| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-05 | ScmRevGen: Bump version to 2506a2506arelease-prep-2506a | OatmealDome | |
| 2025-06-05 | Android: Add android.hardware.microphone to manifest | JosJuice | |
| 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-04 | ScmRevGen: Bump version to 25062506release-prep-2506 | OatmealDome | |
| 2025-06-03 | Translation resources sync with Transifex | JosJuice | |
| 2025-06-02 | Merge pull request #13718 from jordan-woyak/hardcore-deadlock | JosJuice | |
| Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock. | |||
| 2025-06-01 | Merge pull request #13715 from icup321/master | JMC47 | |
| GameINI: Disable Dual Core for more games | |||
| 2025-06-01 | Merge pull request #13722 from Tilka/dokapon | JMC47 | |
| GameSettings: auto-disable immediate XFB for Dokapon Kingdom | |||
| 2025-06-01 | GameSettings: auto-disable immediate XFB for Dokapon Kingdom | Tillmann Karras | |
| This avoids flickering throughout the game. | |||
| 2025-05-30 | Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock. | Jordan Woyak | |
| 2025-05-28 | GameINI: Disable Dual Core for more games | icup321 | |
| Disable Dual Core for more games that are known to crash/freeze. | |||
| 2025-05-26 | Merge pull request #13690 from icup321/master | JMC47 | |
| GameINI: Disable icache for The Ant Bully [Wii] | |||
| 2025-05-26 | Merge pull request #13644 from dreamsyntax/gup-disable-dualcore | OatmealDome | |
| GameINI: Disable Dual Core for Shadow the Hedgehog | |||
| 2025-05-26 | Merge pull request #13709 from JosJuice/hide-header-bin | Admiral H. Curtiss | |
| Hide DirectoryBlob header.bin files from game list | |||
| 2025-05-25 | Hide DirectoryBlob header.bin files from game list | JosJuice | |
| 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-25 | Merge pull request #13647 from jordan-woyak/sha1-avoid-memcpy | JosJuice | |
| Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update. | |||
| 2025-05-24 | Merge pull request #13692 from jordan-woyak/work-queue-thread-command-queue | JosJuice | |
| WorkQueueThread: Fix Cancel() race with internal command queue. | |||
| 2025-05-23 | Merge pull request #13705 from noahpistilli/fix-corrupt-msg | JMC47 | |
| IOS/KD: Set Checksum when flushing NWC24Config | |||
| 2025-05-23 | IOS/KD: Set Checksum when flushing NWC24Config | Sketch | |
| 2025-05-22 | Translation resources sync with Transifex | JosJuice | |
| 2025-05-22 | Merge pull request #13699 from JosJuice/force-typo | JosJuice | |
| DolphinQt: Fix verb agreement in Immediate XFB description | |||
| 2025-05-22 | Merge pull request #13700 from JosJuice/tr-wii-speak-osd | Jordan Woyak | |
| DolphinQt: Don't translate Wii Speak OSD string | |||
| 2025-05-22 | DolphinQt: Don't translate Wii Speak OSD string | JosJuice | |
| 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-22 | DolphinQt: Fix verb agreement in Immediate XFB description | JosJuice | |
| 2025-05-21 | Merge pull request #13663 from dreamsyntax/spiderman-heuristic | JMC47 | |
| GameINI: Spider-Man SuggestedAspectRatio to 4:3 | |||
| 2025-05-21 | GameINI: Spider-Man SuggestedAspectRatio to 4:3 | dreamsyntax | |
| 2025-05-21 | Merge pull request #13661 from jordan-woyak/info-first | Admiral H. Curtiss | |
| DolphinQt: Make the Info tab first in the game properties dialog. | |||
| 2025-05-21 | Merge pull request #13693 from jordan-woyak/focus-render-window-on-click | Admiral H. Curtiss | |
| DolphinQt/RenderWidget: Grab focus on mouse button press. | |||
| 2025-05-21 | Merge pull request #12769 from sepalani/wii-speak | JMC47 | |
| IOS/USB: Emulate Wii Speak using cubeb | |||
| 2025-05-20 | WorkQueueThread: Fix Cancel() race with internal command queue. | Jordan Woyak | |
| 2025-05-20 | DolphinQt/RenderWidget: Grab focus on mouse button press. | Jordan Woyak | |
| 2025-05-20 | Merge pull request #13675 from LillyJadeKatrin/retroachievements-close-deadlock | JMC47 | |
| AchievementManager - LoadGameCallback | |||
| 2025-05-20 | Disable icache for The Ant Bully [Wii] | icup321 | |
| This fixes an invalid read error that would happen specifically in the Wii version. | |||
| 2025-05-20 | Merge pull request #13562 from sanjay900/santroller-support | Jordan Woyak | |
| LibusbDevice: Send wakeup command to Santroller devices | |||
| 2025-05-18 | Resolve clang-tidy violation | LillyJadeKatrin | |
| 2025-05-18 | Merge pull request #13672 from ↵ | Jordan Woyak | |
| tygyh/UnitTests/Remove-redundant-template-type-specifiers UnitTests: Remove redundant template type specifers | |||
| 2025-05-18 | Merge pull request #13668 from tygyh/UnitTests/Core/Make-parameters-constant | Jordan Woyak | |
| UnitTests/Core: Make parameters constant | |||
| 2025-05-18 | Merge pull request #13656 from icup321/master | JMC47 | |
| GameINI: Disable Dual Core for several games | |||
| 2025-05-17 | Merge pull request #13515 from tygyh/Remove-redundant-parentheses | Jordan Woyak | |
| Tools/symbolicate-ppc: Remove redundant parentheses | |||
| 2025-05-17 | Merge pull request #13527 from ↵ | Jordan Woyak | |
| tygyh/Replace-msg-with-structured-binding-VideoCommon/NetPlayChatUI VideoCommon/NetPlayChatUI: Replace msg with structured binding | |||
| 2025-05-17 | Merge pull request #13190 from tygyh/Move-to-inner-scope-DolphinQT | Jordan Woyak | |
| DolphinQT: Move variables to inner scope | |||
| 2025-05-17 | Revert "RetroAchievements: Fix potential deadlock on shutdown." | LillyJadeKatrin | |
| This reverts commit 826f04d06c89011fa7e47531111ee90b27344c8a. | |||
| 2025-05-17 | AchievementManager: Remove CloseGame from LoadGameCallback | LillyJadeKatrin | |
| 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-16 | Merge 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-16 | Merge pull request #13554 from tygyh/DSPSpy-Apply-style-alignment-refactorings | Jordan Woyak | |
| DSPSpy: Apply style-alignment refactorings | |||
| 2025-05-16 | Merge pull request #13531 from tygyh/DiscIO-Make-functions-constant | Jordan Woyak | |
| DiscIO: Make functions constant | |||
| 2025-05-16 | Merge pull request #13459 from tygyh/Make-parameters-constants-DolphinQt-Netplay | Jordan Woyak | |
| DolphinQt/NetPlay: Make variables constant | |||
| 2025-05-16 | UnitTests: Remove redundant template type specifers | Dr. Dystopia | |
| 2025-05-16 | Merge pull request #13654 from JosJuice/android-clear-without-dismiss | JMC47 | |
| Android: Don't dismiss AdvancedMappingDialog when pressing Clear | |||
| 2025-05-16 | Merge pull request #13666 from ↵ | Jordan Woyak | |
| tygyh/UnitTests/PowerPC-Use-constant-functions-variables-parameters UnitTests/PowerPC: Use constant functions, variables and parameters | |||
| 2025-05-16 | Merge pull request #13669 from ↵ | Jordan Woyak | |
| tygyh/UnitTests/Common/Use-std-size-for-size-calculation UnitTests/Common: Use `std::size` for size calculation | |||
