dolphin/Source/Core/Core
Jordan Woyak 7871b24b59 LibusbUtils: Change libusb_init failure from an ASSERT_MSG to an ERROR_LOG_FMT. 2025-07-23 21:16:04 -05:00
..
Boot PPCSymbolDB: Add a mutex to prevent m_functions from being accessed by two different threads on boot. 2025-06-25 12:11:46 -07:00
Config USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02:00
ConfigLoaders Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
DSP DSP/Jit: Don't return to dispatcher if no exception was generated 2025-06-05 20:57:27 +02:00
Debugger Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
FifoPlayer Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
HLE Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
HW Common: Move GetDeviceProperty() into its own header 2025-07-19 21:24:51 +02:00
IOS Merge pull request #13770 from JoshuaVandaele/usbutils 2025-07-23 20:57:17 -04:00
PowerPC Fix various warnings 2025-07-12 12:47:30 +02:00
ARDecrypt.cpp Fix various warnings 2025-07-12 12:47:30 +02:00
ARDecrypt.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
AchievementManager.cpp Update rcheevos submodule to latest version 2025-07-16 00:03:20 -04:00
AchievementManager.h Merge pull request #13719 from LillyJadeKatrin/retroachievements-wii-menu-fix 2025-06-08 13:04:27 -04:00
ActionReplay.cpp Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
ActionReplay.h Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
BootManager.cpp Core/Core: fix typos 2025-03-08 15:41:53 -05:00
BootManager.h Core/Core: fix typos 2025-03-08 15:41:53 -05:00
CMakeLists.txt USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02:00
CPUThreadConfigCallback.cpp Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CPUThreadConfigCallback.h Config: Add [[nodiscard]] to AddConfigChangedCallback 2025-04-25 16:04:12 -07:00
CheatCodes.h Common/IniFile: Move interface into Common namespace 2023-04-13 10:19:28 -04:00
CheatGeneration.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
CheatGeneration.h Core/CheatSearch: Implement cheat searching functionality. 2021-09-15 19:05:48 +02:00
CheatSearch.cpp Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
CheatSearch.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CommonTitles.h Add Everybody Votes Channel and Region Select to WiiLink config 2023-09-03 15:56:02 -04:00
ConfigManager.cpp PPCSymbolDB: Move loading map on boot logic from boot.cpp into PPCSymbolDB, as it will be needing a mutex. 2025-06-25 12:01:16 -07:00
ConfigManager.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
Core.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
Core.h Merge pull request #13602 from jordan-woyak/move-only-function 2025-05-04 17:28:06 +02:00
CoreTiming.cpp CoreTiming: Fix unsafe usage of m_globals.global_timer in ScheduleEvent from non-CPU thread. 2025-06-29 20:55:43 -05:00
CoreTiming.h CoreTiming: Fix unsafe usage of m_globals.global_timer in ScheduleEvent from non-CPU thread. 2025-06-29 20:55:43 -05:00
DSPEmulator.cpp Core/DSPHLE: Store reference to System in DSPHLE instances. 2024-01-08 10:23:28 +01:00
DSPEmulator.h Core/DSPHLE: Store reference to System in DSPHLE instances. 2024-01-08 10:23:28 +01:00
DolphinAnalytics.cpp Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
DolphinAnalytics.h DolphinAnalytics/WiimoteEmu: Remove now-irrelevant game quirk check. 2025-02-13 17:39:54 -06:00
FreeLookConfig.cpp FreeLook: Remove ConfigChangedCallback on shutdown 2025-04-25 16:00:43 -07:00
FreeLookConfig.h FreeLook: Remove ConfigChangedCallback on shutdown 2025-04-25 16:00:43 -07:00
FreeLookManager.cpp FreeLook: Remove ConfigChangedCallback on shutdown 2025-04-25 16:00:43 -07:00
FreeLookManager.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GeckoCode.cpp Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
GeckoCode.h Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
GeckoCodeConfig.cpp GeckoCodeConfig: Remove HTTPS workaround for Android 2025-01-07 23:02:13 -05:00
GeckoCodeConfig.h GeckoCodeConfig: Remove HTTPS workaround for Android 2025-01-07 23:02:13 -05:00
Host.h GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
HotkeyManager.cpp HotkeyManager: Add HK_TOGGLE_WII_SPEAK_MUTE 2025-05-07 21:27:50 +04:00
HotkeyManager.h Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05: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
MemTools.cpp JitInterface: Refactor to class, move to System. 2023-03-26 14:38:07 +02:00
MemTools.h UnitTests: Skip PageFaultTest if exception handlers are not supported 2022-05-19 12:26:41 -07:00
MemoryWatcher.cpp PowerPC/MMU: Refactor to class, move to System. 2023-03-28 03:47:51 +02:00
MemoryWatcher.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
Movie.cpp WiimoteEmu: Make TaTaCon DesiredState use only one byte of space. 2025-03-15 16:48:05 -05:00
Movie.h Movie: Eliminate MovieManager::SetGraphicsConfig. 2025-03-10 18:16:49 -05:00
NetPlayClient.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02: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 Updated PEER_TIMOUT in NetPlayCommon.h to use chrono literals; Updated NetPlayServer.cpp OnConnect() by putting commonly used code into named functions 2022-08-09 16:26:52 -06:00
NetPlayProto.h Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
NetPlayServer.cpp Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
NetPlayServer.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
NetworkCaptureLogger.cpp fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime` 2025-06-04 13:32:12 +02:00
NetworkCaptureLogger.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
PatchEngine.cpp Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04: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. 2025-06-28 18:54:21 -05:00
State.h Fix various warnings 2025-07-12 12:47:30 +02:00
SyncIdentifier.h Core/SyncIdentifier: Default operator== 2023-12-11 19:39:55 -05:00
SysConf.cpp Simplify `std::find_if` with `std::ranges::find` and projections 2025-03-09 13:26:35 -07:00
SysConf.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
System.cpp Core: add CustomResourceManager to System 2025-06-06 23:03:02 -05:00
System.h Core: add CustomResourceManager to System 2025-06-06 23:03:02 -05: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 Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
TitleDatabase.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
USBUtils.cpp USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02: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 WC24PatchEngine: Make GetNetworkPatch() take a std::string_view 2023-12-14 14:24:49 -05:00
WiiRoot.cpp Core: Move Emulation IOS instance to System. 2024-02-07 22:07:30 +01:00
WiiRoot.h Core/Boot: Add Wii FS sync data (for temp NAND/netplay) to BootSessionData and handle it in the boot and shutdown logic. 2021-11-22 01:33:45 +01:00
WiiUtils.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
WiiUtils.h Qt: Add file size stats to NAND Check. 2023-07-14 05:24:29 +02:00