summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-12-04GameSettings: Convert "Deinterlacing Fix" codes to patches for Dragon Ball Z:...JMC47
2025-12-01Merge pull request #14178 from Dentomologist/jit64_avoid_passing_immediate_to...JosJuice
2025-12-01Merge pull request #14186 from JoshuaVandaele/dit-crash-fixJosJuice
2025-12-01Merge pull request #14188 from JosJuice/jit64-flush-carryJosJuice
2025-11-30Merge pull request #14182 from jordan-woyak/ra-hardcore-warning-sizeJosJuice
2025-11-30Merge pull request #14180 from jordan-woyak/mgba-link-fixJosJuice
2025-11-29DITConfiguration: Prevent a crash if images fail to loadJoshua Vandaële
2025-11-29Windows/DirectIOFile: Don't request DELETE access for read-only OpenDentomologist
2025-11-29Jit64: Flush carry flag in FallBackToInterpreterJosJuice
2025-11-28IOS/ES: Set the ESDevice::SetUID IPCReply delay based on ESCore::FindInstalle...Jordan Woyak
2025-11-28DolphinQt: minor fixes for the OnScreenDisplayPaneMateus B. Cassiano
2025-11-28IOS/ES: Make UpdateUIDAndGID and CheckIsAllowedToSetUID take an existing UIDS...Jordan Woyak
2025-11-27Merge pull request #14183 from LillyJadeKatrin/retroachievements-eternal-dark...Jordan Woyak
2025-11-27Merge pull request #14177 from JoshuaVandaele/retro-tests-offJosJuice
2025-11-27RetroAchievements - Remove Hardcore Check from ApplyMemoryPatchLillyJadeKatrin
2025-11-27DolphinQt: Use QtUtils::CreateIconWarning to make the RetroAchievements "hard...Jordan Woyak
2025-11-26GBACore: Fix Pokemon GBA link.Jordan Woyak
2025-11-26Jit64: Avoid passing immediate to non-immediate parameterDentomologist
2025-11-27Disable PatchAllowlistTest if USE_RETRO_ACHIEVEMENTS is OFFJoshua Vandaële
2025-11-27AX: fix signedness of second low-pass filter coefficientTillmann Karras
2025-11-27Use minizip-ng's CMakeLists instead of relying on our own implementationJoshua Vandaële
2025-11-25Merge pull request #14169 from JosJuice/i18n-2025-11-25Jordan Woyak
2025-11-25Merge pull request #14066 from Biendeo/masterJosJuice
2025-11-25DolphinQt: Adjust capitalization of "Select A Bluetooth Device"JosJuice
2025-11-25Merge pull request #14159 from JosJuice/android-retroachievements-login-goneJosJuice
2025-11-25Merge pull request #14160 from JosJuice/android-retroachievements-more-optionsJosJuice
2025-11-25VideoCommon: Add a hidden setting to cap immediate XFB swaps to one per VI.Jordan Woyak
2025-11-25USB: Add emulated Logitech USB MicrophoneBiendeo
2025-11-24Fix build for non-Linux with Qt 6.10+Jason E. Hale
2025-11-23Merge pull request #14125 from JosJuice/local-cpu-thread-job-finishedJordan Woyak
2025-11-23VideoCommon: move resource state processing to the resource base classiwubcode
2025-11-23VideoCommon: update resource manager with a material/shader/and texture(+samp...iwubcode
2025-11-23VideoCommon: add custom includer to custom shaders, this will allow us to shi...iwubcode
2025-11-23VideoCommon: add some helper functions for resource logic that generates inva...iwubcode
2025-11-23VideoCommon: move ApplyDriverBugs for the normal pipeline out into a utility ...iwubcode
2025-11-23VideoCommon: add a texture pool for resource managementiwubcode
2025-11-23VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...iwubcode
2025-11-23VideoCommon: rename 'IsAnisostropicEnhancementSafe' to 'IsAnisotropicEnhancem...iwubcode
2025-11-23Core: Make s_cpu_thread_job_finished a local variableJosJuice
2025-11-23Merge pull request #14107 from jordan-woyak/mGBA-version-bumpJosJuice
2025-11-23Merge pull request #14134 from jordan-woyak/mercusys-rtl-firmwareJosJuice
2025-11-23Merge pull request #14149 from iwubcode/shader_asset_vector_propertiesJMC47
2025-11-23Core/DiscIO: Add a setting to load the running game into memory via CachedBlo...Jordan Woyak
2025-11-23DiscIO: Add CachedBlobReader which takes another BlobReader and reads it into...Jordan Woyak
2025-11-23MemArena/LazyMemoryRegion: Add EnsureMemoryPagesWritable function to ensure a...Jordan Woyak
2025-11-23Android: Add LeaderboardTrackerEnabled and ChallengeIndicatorsEnabledJosJuice
2025-11-23Android: Use same margin above login text as belowJosJuice
2025-11-23Android: Remove unnecessary gravity in dialog_login.xmlJosJuice
2025-11-23Android: Replace dialog_login.xml's invisible with goneJosJuice
2025-11-23JitArm64: Remove some unused includesSintendo