dolphin/Source/Core/Core
2026-04-12 15:06:50 -05:00
..
Boot Use more std::span arguments 2026-03-23 23:55:09 +01:00
Config Merge pull request #14500 from Sintendo/span2 2026-04-11 14:55:41 -05:00
ConfigLoaders Explicitly transfer control of SYSCONF to emulated system 2026-02-14 10:05:27 +01:00
Debugger Use more std::span arguments 2026-03-23 23:55:09 +01:00
DSP DSPCore: Remove m_init_hax member 2026-04-12 19:21:51 +02:00
FifoPlayer Use more std::span arguments 2026-03-23 23:55:09 +01:00
HLE Remove unused imports 2026-01-25 16:12:15 +01:00
HW HW/GBACore: Remove RunFrame function. 2026-04-12 15:06:50 -05:00
IOS Use more std::span arguments 2026-03-23 23:55:09 +01:00
PowerPC Core/PowerPC: Minor code cleanup to CheckExternalExceptions function. 2026-04-10 14:57:52 -05:00
AchievementApprovedHash.h AchievementManager: APPROVED_LIST_HASH quality of life improvements 2026-02-22 00:22:46 +01:00
AchievementManager.cpp Merge pull request #14493 from LillyJadeKatrin/retroachievements-resident-evil-fix 2026-04-09 17:22:52 +02:00
AchievementManager.h Merge pull request #14298 from SuperSamus/achivements-hash-qol 2026-04-02 23:36:11 -07: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
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 Use more std::span arguments 2026-03-23 23:55:09 +01:00
CheatSearch.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
CMakeLists.txt Merge pull request #14298 from SuperSamus/achivements-hash-qol 2026-04-02 23:36:11 -07: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 CoreTiming: Change TimedCallback to a Common::MoveOnlyFunction. 2026-03-26 19:29:25 -05:00
CoreTiming.h CoreTiming: Change TimedCallback to a Common::MoveOnlyFunction. 2026-03-26 19:29:25 -05:00
CPUThreadConfigCallback.cpp
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 CommonFuncsObjC: Make function to fetch the current macOS version common 2026-03-21 11:16:14 -04: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
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 Use more std::span arguments 2026-03-23 23:55:09 +01:00
GeckoCodeConfig.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
Host.h Use more std::span arguments 2026-03-23 23:55:09 +01: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
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 Use more std::span arguments 2026-03-23 23:55:09 +01:00
NetPlayCommon.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
NetPlayCommon.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
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 Use more std::span arguments 2026-03-23 23:55:09 +01:00
PatchEngine.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
State.cpp HW/GBPlayer: Improvements. 2026-04-12 15:06:50 -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
TimePlayed.h
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
WC24PatchEngine.h
WiiRoot.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
WiiRoot.h
WiiUtils.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
WiiUtils.h Remove unused imports 2026-01-25 16:12:15 +01:00