summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-23Merge pull request #14125 from JosJuice/local-cpu-thread-job-finishedJordan Woyak
2025-11-23Merge pull request #14161 from SuperSamus/gameini-misc-updatesJMC47
2025-11-23GameINI: Misc updatesMartino Fontana
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 #14120 from da-pwo/masterJosJuice
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-23Merge pull request #14102 from jordan-woyak/driver-sf-speedhackJMC47
2025-11-23Merge pull request #14156 from jordan-woyak/ztp-allow-imm-xfbJMC47
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-23Translation resources sync with TransifexJosJuice
2025-11-23Merge pull request #14142 from JosJuice/directiofile-cant-create-safJosJuice
2025-11-23Merge pull request #14148 from jordan-woyak/hookable-event-add-remove-inside-...Jordan Woyak
2025-11-22Merge pull request #14128 from jordan-woyak/fix-run-on-object-raceJosJuice
2025-11-22Merge pull request #14157 from jordan-woyak/fix-rush-speed-displayJordan Woyak
2025-11-22GameSettings: Don't force ImmediateXFBEnable off in Zelda: Twilight Princess....Jordan Woyak
2025-11-22Merge pull request #13583 from LillyJadeKatrin/retroachievements-androidJosJuice
2025-11-22CoreTiming: Fix percent speed display when "Rush Frame Presentation" is enabled.Jordan Woyak
2025-11-22Merge pull request #14145 from cristian64/exclude_cpp-ipc_installationJMC47
2025-11-22Merge pull request #14037 from jordan-woyak/presentation-timingJMC47
2025-11-22Merge pull request #14119 from jordan-woyak/si-status-response-lengthJMC47
2025-11-21HookableEvent: Allow hooks to be added and removed from within a Trigger call...Jordan Woyak
2025-11-21Merge pull request #14152 from jordan-woyak/perf-sample-window-ui-fixJordan Woyak
2025-11-21VideoCommon: update ShaderAsset to use a vector of properties, this way we en...iwubcode
2025-11-21VideoCommon: update ShaderAsset to remove requirement of the code name being ...iwubcode
2025-11-21DolphinQt/OnScreenDisplayPane: Swap the positions of "Show Performance Graphs...Jordan Woyak
2025-11-21DolphinQt/OnScreenDisplayPane: Rename "Graph Update Rate" back to "Performanc...Jordan Woyak
2025-11-20Merge pull request #13152 from Naim2000/sdlockJordan Woyak
2025-11-20Externals: Add cpp-ipc subdirectory with `EXCLUDE_FROM_ALL`.cristian64
2025-11-19Merge pull request #14121 from jordan-woyak/warn-silenceJordan Woyak
2025-11-19SDIO: Remove file "good" checks so errors are properly produced.Jordan Woyak
2025-11-19SDIO: the CID/CSD are sent a bit differentlyNaim2000
2025-11-19SDIO: report actual error if writes are disabledNaim2000
2025-11-19SDIO: report write lock statusNaim2000
2025-11-19Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-castsJordan Woyak
2025-11-19Merge pull request #13619 from y21/usbv5_getversion_sizeJordan Woyak
2025-11-19Merge pull request #14111 from Simonx22/android/native-library-kotlinJordan Woyak
2025-11-19Merge pull request #14127 from jordan-woyak/movie-cpu-thread-guardJordan Woyak
2025-11-19Merge pull request #14118 from iwubcode/ztp_gc_bloomJMC47
2025-11-18RetroAchievements - Android login callbackLillyJadeKatrin
2025-11-18Data: add bloom graphics mod for Zelda Twilight Princess on Gamecubeiwubcode
2025-11-18Common: Treat DirectIOFile as unable to create SAF filesJosJuice
2025-11-18DolphinQt/QtUtils: Simplify RunOnObject and eliminate Common::Event race.Jordan Woyak
2025-11-18Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is...Jordan Woyak
2025-11-18Common/Functional: Add InvokerOf template which can convert function pointers...Jordan Woyak
2025-11-18Common/ScopeGuard: Fix move constructor.Jordan Woyak