..
Boot
Triforce: Lazily load the game into memory using CachedBlobReader.
2026-02-15 20:14:15 -06:00
Config
Merge pull request #14335 from TixoRebel/joycon-config
2026-02-20 02:44:52 -05:00
ConfigLoaders
Explicitly transfer control of SYSCONF to emulated system
2026-02-14 10:05:27 +01:00
Debugger
Jit: Emit Branch Watch code only if it's enabled
2026-02-15 11:03:02 +01:00
DSP
Remove unused imports
2026-01-25 16:12:15 +01:00
FifoPlayer
FifoPlayer: Fix hang when taking screenshot during FIFO log playback
2026-03-16 00:49:38 -07:00
HLE
Remove unused imports
2026-01-25 16:12:15 +01:00
HW
Move PerformanceMetrics from global variable to System
2026-03-14 16:42:21 +02:00
IOS
Merge pull request #14172 from sepalani/usb-iso-ret
2026-03-12 16:33:07 -04:00
PowerPC
Jit: Use RangeSet for physical_addresses
2026-02-23 23:01:49 +01:00
AchievementManager.cpp
RetroAchievements - Close game on switch to null hash
2026-02-24 22:55:30 -05:00
AchievementManager.h
Add classic controller support code for RUUE01 - Animal Crossing: City Folk (NTSC-U)
2026-02-15 19:41:40 +01:00
ActionReplay.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
ActionReplay.h
PatchEngine: OSD message showing number of enabled patches and cheats
2025-08-30 16:51:51 +02:00
ARDecrypt.cpp
ARDecrypt: Code modernization.
2026-01-18 01:22:10 -06:00
ARDecrypt.h
ARDecrypt: Code modernization.
2026-01-18 01:22:10 -06:00
BootManager.cpp
Triforce: Automatically set SuggestedAspectRatio as ForceStandard to work around widescreen heuristic issues.
2026-02-15 20:14:15 -06:00
BootManager.h
Core/Core: fix typos
2025-03-08 15:41:53 -05:00
CheatCodes.h
CheatGeneration.cpp
Common: Replace Result with C++23's std::expected.
2026-01-17 16:58:45 -06:00
CheatGeneration.h
Common: Replace Result with C++23's std::expected.
2026-01-17 16:58:45 -06:00
CheatSearch.cpp
Cheat Search: Add ability to delete items and fix duplicate commands when multiple row items are selected.
2026-02-13 16:45:00 -07:00
CheatSearch.h
Cheat Search: Add ability to delete items and fix duplicate commands when multiple row items are selected.
2026-02-13 16:45:00 -07:00
CMakeLists.txt
Triforce: Implement The Key of Avalon's touchscreen.
2026-03-12 03:57:47 -05:00
CommonTitles.h
ConfigManager.cpp
Added Triforce support
2026-02-15 20:14:14 -06:00
ConfigManager.h
Added Triforce support
2026-02-15 20:14:14 -06:00
Core.cpp
Move PerformanceMetrics from global variable to System
2026-03-14 16:42:21 +02:00
Core.h
Core: Make RunOnCPUThread always non-blocking.
2026-02-03 17:29:17 -06:00
CoreTiming.cpp
Move PerformanceMetrics from global variable to System
2026-03-14 16:42:21 +02:00
CoreTiming.h
CoreTiming: Add "Rush Frame Presentation" setting to throttle only once after each presentation for lower input latency.
2025-11-11 20:01:52 -06:00
CPUThreadConfigCallback.cpp
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
CPUThreadConfigCallback.h
CPUThreadConfigCallback: Use maximum value of size_t instead of -1 as default value ConfigChangedCallbackID
2025-11-08 23:23:33 -05:00
DolphinAnalytics.cpp
c++23: Replace Common::ToUnderlying with std::to_underlying
2026-01-09 23:49:10 +01:00
DolphinAnalytics.h
DolphinAnalytics: Only call ReloadConfig in config changed callback when analytics enabled value changes
2025-11-12 00:09:41 -05:00
DSPEmulator.cpp
Core/DSPHLE: Store reference to System in DSPHLE instances.
2024-01-08 10:23:28 +01:00
DSPEmulator.h
DSPEmulator: Remove redundant parameter and code
2025-10-26 18:03:31 -07:00
FreeLookManager.cpp
Core: Eliminate FreeLookConfig by putting the "active config" within FreeLookCamera.
2025-11-12 18:01:53 -06:00
FreeLookManager.h
Remove unused imports
2026-01-25 16:12:15 +01:00
GeckoCode.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
GeckoCode.h
PatchEngine: OSD message showing number of enabled patches and cheats
2025-08-30 16:51:51 +02:00
GeckoCodeConfig.cpp
DolphinQt: Improve Gecko code download failure message
2026-03-03 11:09:39 -05:00
GeckoCodeConfig.h
DolphinQt: Improve Gecko code download failure message
2026-03-03 11:09:39 -05:00
Host.h
Core: Remove unused HostMessageID enum members.
2025-11-19 02:43:44 -06:00
HotkeyManager.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
HotkeyManager.h
Remove unused imports
2026-01-25 16:12:15 +01:00
LibusbUtils.cpp
LibusbUtils: Change libusb_init failure from an ASSERT_MSG to an ERROR_LOG_FMT.
2025-07-23 21:16:04 -05:00
LibusbUtils.h
LibusbUtils: Add GetStringDescriptor function to return unicode strings and replace our libusb_get_string_descriptor_ascii calls.
2025-07-06 19:41:14 -05:00
MachineContext.h
Add OpenBSD/arm64 support.
2024-05-22 14:32:37 -04:00
MemoryWatcher.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
MemoryWatcher.h
MemTools.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
MemTools.h
Movie.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
Movie.h
Remove unused imports
2026-01-25 16:12:15 +01:00
NetPlayClient.cpp
SI_DeviceAMBaseboard: Remove unnecessary code.
2026-03-12 02:48:07 -05:00
NetPlayClient.h
Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests
2025-05-01 15:00:37 +02:00
NetPlayCommon.cpp
Migrate to SFML>=3.0.0
2025-02-25 06:42:13 +01:00
NetPlayCommon.h
NetPlayProto.h
Remove unused imports
2026-01-25 16:12:15 +01:00
NetPlayServer.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
NetPlayServer.h
Remove unused imports
2026-01-25 16:12:15 +01:00
NetworkCaptureLogger.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
NetworkCaptureLogger.h
Remove unused imports
2026-01-25 16:12:15 +01:00
PatchEngine.cpp
MMU: Use templates for Read/Write functions
2025-10-08 11:27:06 +02:00
PatchEngine.h
Core: apply Dolphin OnFrame patches right after boot
2024-10-16 02:58:03 +01:00
State.cpp
State: Increase STATE_VERSION.
2026-03-12 03:58:01 -05:00
State.h
State: Simplify interthread communication and cleanups. Save/Load calls are now always non-blocking for the caller, but appropriately block the CPU thread as needed.
2026-01-19 21:56:59 -06:00
SyncIdentifier.h
SysConf.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
SysConf.h
System.cpp
System: Use forward declarations in System.h
2026-03-14 10:53:45 -07:00
System.h
System: Use forward declarations in System.h
2026-03-14 10:53:45 -07:00
TimePlayed.cpp
Core: Don't store game ID inside TimePlayed
2025-04-12 15:20:49 +02:00
TimePlayed.h
Core: Don't store game ID inside TimePlayed
2025-04-12 15:20:49 +02:00
TitleDatabase.cpp
Added Triforce support
2026-02-15 20:14:14 -06:00
TitleDatabase.h
Added Triforce support
2026-02-15 20:14:14 -06:00
USBUtils.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
USBUtils.h
USBUtils: Refactor USB device handling
2025-07-23 03:26:25 +02:00
WC24PatchEngine.cpp
Simplify std::find with Common::Contains
2025-01-01 09:52:03 -08:00
WC24PatchEngine.h
WiiRoot.cpp
Remove unused imports
2026-01-25 16:12:15 +01:00
WiiRoot.h
WiiUtils.cpp
c++23: Replace Common::ToUnderlying with std::to_underlying
2026-01-09 23:49:10 +01:00
WiiUtils.h
Remove unused imports
2026-01-25 16:12:15 +01:00