summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-01ScmRevGen: Bump major version to 24122412release-prep-2412OatmealDome
2024-12-01Merge pull request #13203 from JosJuice/android-gcadapter-resetOatmealDome
Android/GCAdapter: Don't join current thread
2024-12-01Android/GCAdapter: Don't join current threadJosJuice
The read thread could call Reset, which in turn tried to join the read thread, leading to a SIGABRT. This manifested as Dolphin consistently crashing when disconnecting a GC adapter and having a chance of crashing a few seconds after connecting a GC adapter.
2024-11-30Translation resources sync with TransifexJosJuice
2024-11-29Merge pull request #13202 from ↵Pokechu22
Pokechu22/cabelas-dangerous-hunts-2011-safe-texture-cache GameINI: Use Safe Texture Cache for Cabela's Dangerous Hunts 2011
2024-11-29GameINI: Use Safe Texture Cache for Cabela's Dangerous Hunts 2011Pokechu22
This fixes text on the menu and in-game.
2024-11-24Merge pull request #13191 from dreamsyntax/sdl-patchOatmealDome
Externals: Update SDL to 2.30.9
2024-11-22Merge pull request #13153 from ↵JMC47
LillyJadeKatrin/retroachievements-netplay-hardcore Force NetPlay Clients to Host Hardcore Status
2024-11-20Merge pull request #13193 from vaguerant/metaknightOatmealDome
Fix Kirby's Adventure Wii Metafortress bypass patch
2024-11-19fix SUKP01 metafortress bypassvaguerant
2024-11-17Merge pull request #13156 from jordan-woyak/sdl-no-wgiJosJuice
ControllerInterface/SDL: Disable SDL's Windows.Gaming.Input controller handling.
2024-11-16Externals: Update SDL to 2.30.9dreamsyntax
2024-11-16Merge pull request #13189 from mitaclaw/gdb-stub-signal-breakpointsJMC47
GDBStub: Signal Breakpoint Changes To Host
2024-11-15GDBStub: Signal Breakpoint Changes To Hostmitaclaw
2024-11-15Merge pull request #13188 from dreamsyntax/titledb-updateTilka
Sys: Sync wiitdb files with GameTDB
2024-11-14Sys: Sync wiitdb files with GameTDBdreamsyntax
2024-11-12Merge pull request #13160 from cpba/flatpak-6.8-runtimeOatmealDome
Flatpak: Upgrade kde runtime to 6.8
2024-11-11Merge pull request #13183 from Tilka/sync_on_fifo_resetJMC47
ProcessorInterface: sync GPU just before PI_FIFO_RESET
2024-11-10Merge pull request #13185 from JosJuice/rvz-clarify-padding-noneTilka
docs: Clarify wia_except_list_t padding in uncompressed groups
2024-11-10Force NetPlay Clients to Host Hardcore StatusLillyJadeKatrin
If the host is in hardcore mode, all joining players will be set to hardcore mode; if not, all joining players will be set to softcore. This ensures all players have the same settings and remain synchroized.
2024-11-10docs: Clarify wia_except_list_t padding in uncompressed groupsJosJuice
https://bugs.dolphin-emu.org/issues/13671
2024-11-10Add Config Changed Callback for Hardcore ModeLillyJadeKatrin
2024-11-10Translation resources sync with TransifexJosJuice
2024-11-10Flatpak: Upgrade kde runtime to 6.8Carles Pastor
this version bundles SDL2-2.30.6, the temporary measure of building the vendored version from exports is no longer necessary.
2024-11-09Merge pull request #13184 from LillyJadeKatrin/retroachievements-forever-dimOatmealDome
Add Approved Patches - Eternal Darkness, Monster Hunter Tri
2024-11-08Add Approved Patches - Eternal Darkness, Monster Hunter TriLillyJadeKatrin
The primary focus of this PR is the Eternal Darkness patch which fixes hanging at startup, which prior to this fix makes Eternal Darkness unplayable in hardcore. The MHTri patch was added as well simply because it could be.
2024-11-09ProcessorInterface: sync GPU just before PI_FIFO_RESETTillmann Karras
GXAbortFrame() is problematic for Dolphin because it first writes PI_FIFO_RESET (for which we discard our internal fifo), then disables CP reads (for which we execute pending commands in the GP fifo in emulated memory). I don't know whether there is a race condition on hardware, but there is one for us. Avoid this by also doing a GPU sync here.
2024-11-08Merge pull request #13000 from tygyh/Simplify-type-specifiersTilka
Remove redundant elaborated type specifiers
2024-11-08Merge pull request #13182 from jordan-woyak/wiimote-speaker-remove-dumping-codeTilka
WiimoteEmu: Remove disabled and no-longer-compiling wav dumping code.
2024-11-08WiimoteEmu: Remove disabled and no-longer-compiling wav dumping code.Jordan Woyak
2024-11-05Merge pull request #13172 from deReeperJosh/superchargersfixJMC47
IOS/USB: Reconnect HIDv4 Devices after shutdown
2024-11-04Merge pull request #13173 from Tilka/elebitsJMC47
DSPHLE/AXWii: fix Elebits sound
2024-11-04DSPHLE/AXWii: fix Elebits soundTillmann Karras
Regressed in 37ebb13ece712d6f129bbceb73d9ec99028beaef.
2024-11-04IOS/USB: Reconnect HIDv4 Devices after shutdownJoshua de Reeper
2024-11-04Merge pull request #13164 from jordan-woyak/saveable-deductionAdmiral H. Curtiss
Config/IsSettingSaveable: Use class template argument deduction.
2024-11-04Merge pull request #13165 from jordan-woyak/FullAnalogSurface-renameAdmiral H. Curtiss
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
2024-11-04Merge pull request #13168 from ↵Admiral H. Curtiss
Dentomologist/generalwidget_recommend_default_video_backend Generalwidget: Recommend default video backend
2024-11-03InputCommon: Move FullAnalogSurface class definition out of header file.Jordan Woyak
2024-11-03InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.Jordan Woyak
2024-11-03GeneralWidget: Recommend default video backend in tooltipDentomologist
Recommend the platform's default video backend in the Backend tooltip instead of always recommending OpenGL.
2024-11-03VideoBackendBase: Clarify function nameDentomologist
Rename GetDefaultBackendName to GetDefaultBackendConfigName to distinguish it from the display name.
2024-11-03Merge pull request #13167 from dreamsyntax/dualsense-player-led-disableAdmiral H. Curtiss
InputCommon: Disable Player LED for DualSense Controllers by default
2024-11-02InputCommon: Disable DualSense Player LEDdreamsyntax
2024-11-02Config/IsSettingSaveable: Remove unused includes.Jordan Woyak
2024-11-02Config/IsSettingSaveable: Use class template argument deduction.Jordan Woyak
2024-11-02Merge pull request #13151 from mitaclaw/core-global-system-6Tilka
MainWindow: Avoid Global System Accessor
2024-11-02Merge pull request #13163 from jordan-woyak/pragma-once-oopsieTilka
Add include guard to QtUtils.h
2024-11-02Add include guard to QtUtils.hJordan Woyak
2024-11-01Merge pull request #13157 from jordan-woyak/sdl-hotplug-fixJMC47
ControllerInterface/SDL: Fix device removal event processing.
2024-11-01Translation resources sync with TransifexJosJuice