summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-05ScmRevGen: Bump version to 2506a2506arelease-prep-2506aOatmealDome
2025-06-05Android: Add android.hardware.microphone to manifestJosJuice
Google Play is now blocking distribution for Android TV unless we explicitly set the android.hardware.microphone hardware feature as android:required="false", because it's inferring android.hardware.microphone from the android.permission.RECORD_AUDIO we added for Wii Speak emulation, with android:required defaulting to true. I was under the belief that setting android:required="false" on android.permission.RECORD_AUDIO would solve this, but looking closer at the definition of <uses-permission>, it doesn't actually support android:required attributes, so that presumably has no effect.
2025-06-04ScmRevGen: Bump version to 25062506release-prep-2506OatmealDome
2025-06-03Translation resources sync with TransifexJosJuice
2025-06-02Merge pull request #13718 from jordan-woyak/hardcore-deadlockJosJuice
Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.
2025-06-01Merge pull request #13715 from icup321/masterJMC47
GameINI: Disable Dual Core for more games
2025-06-01Merge pull request #13722 from Tilka/dokaponJMC47
GameSettings: auto-disable immediate XFB for Dokapon Kingdom
2025-06-01GameSettings: auto-disable immediate XFB for Dokapon KingdomTillmann Karras
This avoids flickering throughout the game.
2025-05-30Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.Jordan Woyak
2025-05-28GameINI: Disable Dual Core for more gamesicup321
Disable Dual Core for more games that are known to crash/freeze.
2025-05-26Merge pull request #13690 from icup321/masterJMC47
GameINI: Disable icache for The Ant Bully [Wii]
2025-05-26Merge pull request #13644 from dreamsyntax/gup-disable-dualcoreOatmealDome
GameINI: Disable Dual Core for Shadow the Hedgehog
2025-05-26Merge pull request #13709 from JosJuice/hide-header-binAdmiral H. Curtiss
Hide DirectoryBlob header.bin files from game list
2025-05-25Hide DirectoryBlob header.bin files from game listJosJuice
This is a continuation of 552b6da. That commit hid sys/boot.bin, but not disc/header.bin, which is only present for Wii games. Fixes https://bugs.dolphin-emu.org/issues/13810.
2025-05-25Merge pull request #13647 from jordan-woyak/sha1-avoid-memcpyJosJuice
Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update.
2025-05-24Merge pull request #13692 from jordan-woyak/work-queue-thread-command-queueJosJuice
WorkQueueThread: Fix Cancel() race with internal command queue.
2025-05-23Merge pull request #13705 from noahpistilli/fix-corrupt-msgJMC47
IOS/KD: Set Checksum when flushing NWC24Config
2025-05-23IOS/KD: Set Checksum when flushing NWC24ConfigSketch
2025-05-22Translation resources sync with TransifexJosJuice
2025-05-22Merge pull request #13699 from JosJuice/force-typoJosJuice
DolphinQt: Fix verb agreement in Immediate XFB description
2025-05-22Merge pull request #13700 from JosJuice/tr-wii-speak-osdJordan Woyak
DolphinQt: Don't translate Wii Speak OSD string
2025-05-22DolphinQt: Don't translate Wii Speak OSD stringJosJuice
We have a general policy of not translating OSD strings due to the OSD font not having good enough support for languages other than English.
2025-05-22DolphinQt: Fix verb agreement in Immediate XFB descriptionJosJuice
2025-05-21Merge pull request #13663 from dreamsyntax/spiderman-heuristicJMC47
GameINI: Spider-Man SuggestedAspectRatio to 4:3
2025-05-21GameINI: Spider-Man SuggestedAspectRatio to 4:3dreamsyntax
2025-05-21Merge pull request #13661 from jordan-woyak/info-firstAdmiral H. Curtiss
DolphinQt: Make the Info tab first in the game properties dialog.
2025-05-21Merge pull request #13693 from jordan-woyak/focus-render-window-on-clickAdmiral H. Curtiss
DolphinQt/RenderWidget: Grab focus on mouse button press.
2025-05-21Merge pull request #12769 from sepalani/wii-speakJMC47
IOS/USB: Emulate Wii Speak using cubeb
2025-05-20WorkQueueThread: Fix Cancel() race with internal command queue.Jordan Woyak
2025-05-20DolphinQt/RenderWidget: Grab focus on mouse button press.Jordan Woyak
2025-05-20Merge pull request #13675 from LillyJadeKatrin/retroachievements-close-deadlockJMC47
AchievementManager - LoadGameCallback
2025-05-20Disable icache for The Ant Bully [Wii]icup321
This fixes an invalid read error that would happen specifically in the Wii version.
2025-05-20Merge pull request #13562 from sanjay900/santroller-supportJordan Woyak
LibusbDevice: Send wakeup command to Santroller devices
2025-05-18Resolve clang-tidy violationLillyJadeKatrin
2025-05-18Merge pull request #13672 from ↵Jordan Woyak
tygyh/UnitTests/Remove-redundant-template-type-specifiers UnitTests: Remove redundant template type specifers
2025-05-18Merge pull request #13668 from tygyh/UnitTests/Core/Make-parameters-constantJordan Woyak
UnitTests/Core: Make parameters constant
2025-05-18Merge pull request #13656 from icup321/masterJMC47
GameINI: Disable Dual Core for several games
2025-05-17Merge pull request #13515 from tygyh/Remove-redundant-parenthesesJordan Woyak
Tools/symbolicate-ppc: Remove redundant parentheses
2025-05-17Merge pull request #13527 from ↵Jordan Woyak
tygyh/Replace-msg-with-structured-binding-VideoCommon/NetPlayChatUI VideoCommon/NetPlayChatUI: Replace msg with structured binding
2025-05-17Merge pull request #13190 from tygyh/Move-to-inner-scope-DolphinQTJordan Woyak
DolphinQT: Move variables to inner scope
2025-05-17Revert "RetroAchievements: Fix potential deadlock on shutdown."LillyJadeKatrin
This reverts commit 826f04d06c89011fa7e47531111ee90b27344c8a.
2025-05-17AchievementManager: Remove CloseGame from LoadGameCallbackLillyJadeKatrin
This was causing deadlocks when a game didn't load (including if RetroAchievements does not yet support it) because it was attempting to close the queue the the callback was currently running on, forcing LoadGameCallback to wait for LoadGameCallback to finish. However, it appears that recent changes to the queue have independently resolved the reason CloseGame was being called here in the first place.
2025-05-16Merge pull request #13662 from ↵Jordan Woyak
Dentomologist/wiimotecontrollerswidget_scan_for_bluetooth_adapters_on_separate_thread WiimoteControllersWidget: Fix UI hang when opening Controllers window
2025-05-16Merge pull request #13554 from tygyh/DSPSpy-Apply-style-alignment-refactoringsJordan Woyak
DSPSpy: Apply style-alignment refactorings
2025-05-16Merge pull request #13531 from tygyh/DiscIO-Make-functions-constantJordan Woyak
DiscIO: Make functions constant
2025-05-16Merge pull request #13459 from tygyh/Make-parameters-constants-DolphinQt-NetplayJordan Woyak
DolphinQt/NetPlay: Make variables constant
2025-05-16UnitTests: Remove redundant template type specifersDr. Dystopia
2025-05-16Merge pull request #13654 from JosJuice/android-clear-without-dismissJMC47
Android: Don't dismiss AdvancedMappingDialog when pressing Clear
2025-05-16Merge pull request #13666 from ↵Jordan Woyak
tygyh/UnitTests/PowerPC-Use-constant-functions-variables-parameters UnitTests/PowerPC: Use constant functions, variables and parameters
2025-05-16Merge pull request #13669 from ↵Jordan Woyak
tygyh/UnitTests/Common/Use-std-size-for-size-calculation UnitTests/Common: Use `std::size` for size calculation