dolphin/Source/Core/Core
Admiral H. Curtiss ede963d4db
Merge pull request #13272 from dreamsyntax/ppc-crlf
PPCSymbolDB: Fix loading maps with CRLF endings
2025-01-12 14:26:27 +01:00
..
Boot Core: Store object name separately for symbols 2024-11-11 12:36:53 -05:00
Config Merge pull request #13233 from TryTwo/PR_Codec 2025-01-04 22:26:36 -05:00
ConfigLoaders Merge pull request #13257 from CasualPokePlayer/dtm_country_code 2025-01-06 10:39:53 +01:00
DSP Core/VideoCommon: Fix some weird (!eof) logic. 2024-12-30 20:13:59 -06:00
Debugger Simplify `std::find` with `Common::Contains` 2025-01-01 09:52:03 -08:00
FifoPlayer Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
HLE DolphinQt: Signal `Host::JitCacheInvalidation` in more places 2024-10-23 23:43:25 -07:00
HW BBA/HLE: Fix incorrect fmt format string 2025-01-04 18:45:32 +01:00
IOS Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of 2024-12-26 16:51:53 -05:00
PowerPC Merge pull request #13272 from dreamsyntax/ppc-crlf 2025-01-12 14:26:27 +01:00
ARDecrypt.cpp Replace BitUtils with C++20: RotateLeft/RotateRight 2022-12-11 08:59:18 +01:00
ARDecrypt.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
AchievementManager.cpp Scale back hardcore code block 2024-11-27 21:21:26 -05:00
AchievementManager.h Merge pull request #13214 from JosJuice/sethardcoremode-private 2024-12-22 20:09:29 +01:00
ActionReplay.cpp Add AR Code Whitelist Approval 2024-11-27 21:21:26 -05:00
ActionReplay.h Add AR Code Whitelist Approval 2024-11-27 21:21:26 -05:00
BootManager.cpp Config: Don't depend on `is_dirty` to save SYSCONF during restore 2024-07-27 16:45:33 +02:00
BootManager.h BootManager: Avoid Global System Accessor 2024-03-01 23:39:04 -08:00
CMakeLists.txt JITs: Revamp LogGeneratedX86 2024-10-19 02:30:45 -07:00
CPUThreadConfigCallback.cpp Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CPUThreadConfigCallback.h C++20: Synthesize `operator!=` From `operator==` 2024-10-10 20:23:55 -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 Core: apply Dolphin OnFrame patches right after boot 2024-10-16 02:58:03 +01:00
ConfigManager.h Core/ConfigManager: Remove dead bAutomaticStart flag. 2024-01-31 22:53:43 +01:00
Core.cpp Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
Core.h Partially revert "Revert "Audit uses of IsRunning and GetState"" 2024-10-04 18:35:41 +02:00
CoreTiming.cpp CoreTiming: Simplify algorithms using ranges and three-way comparison 2024-10-11 12:08:22 -07:00
CoreTiming.h CoreTiming: Simplify algorithms using ranges and three-way comparison 2024-10-11 12:08:22 -07: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 AX: add analytics quirks for wiimote filters 2024-08-24 19:47:22 +01:00
DolphinAnalytics.h AX: add analytics quirks for wiimote filters 2024-08-24 19:47:22 +01:00
FreeLookConfig.cpp Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
FreeLookConfig.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookManager.cpp StringUtil: Remove `JoinStrings` 2024-09-22 21:09:36 -07:00
FreeLookManager.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GeckoCode.cpp Add Gecko Code Whitelist Approval 2024-11-27 21:21:25 -05:00
GeckoCode.h Add Gecko Code Whitelist Approval 2024-11-27 21:21:25 -05: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 Modernize `std::find_if` with ranges 2024-10-10 15:28:11 -07:00
HotkeyManager.h Add Open Achievements Hotkey 2024-07-06 07:36:31 -04:00
LibusbUtils.cpp Log warnings when LibusbUtils::MakeConfigDescriptor fails 2022-06-08 15:29:11 -07:00
LibusbUtils.h Log warnings when LibusbUtils::MakeConfigDescriptor fails 2022-06-08 15:29:11 -07: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 Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of 2024-12-26 16:51:53 -05:00
Movie.h Add SYSCONF country code to DTM 2024-12-30 07:50:22 -08:00
NetPlayClient.cpp Modernize `std::any_of` with ranges 2024-12-15 19:54:16 -08:00
NetPlayClient.h Traversal: Notify user of TTL to be used 2023-05-20 17:15:10 +02:00
NetPlayCommon.cpp Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08: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 Force NetPlay Clients to Host Hardcore Status 2024-11-10 09:40:47 -05:00
NetPlayServer.cpp Modernize `std::any_of` with ranges 2024-12-15 19:54:16 -08:00
NetPlayServer.h Traversal: Notify user of TTL to be used 2023-05-20 17:15:10 +02:00
NetworkCaptureLogger.cpp BBA/HLE: Fix random PCAP file corruption 2023-11-23 22:07:44 +04:00
NetworkCaptureLogger.h BBA/HLE: Fix random PCAP file corruption 2023-11-23 22:07:44 +04:00
PatchEngine.cpp Scale back hardcore code block 2024-11-27 21:21:26 -05:00
PatchEngine.h Core: apply Dolphin OnFrame patches right after boot 2024-10-16 02:58:03 +01:00
State.cpp Simplify `std::find_if` with `Common::Contains` 2025-01-01 09:52:03 -08:00
State.h State: Avoid Global System Accessor 2024-03-01 10:52:50 -08:00
SyncIdentifier.h Core/SyncIdentifier: Default operator== 2023-12-11 19:39:55 -05:00
SysConf.cpp Modernize `std::copy` with ranges 2024-10-10 00:53:48 -07:00
SysConf.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
System.cpp PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
System.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
TitleDatabase.cpp StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
TitleDatabase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +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 Merge pull request #13228 from OatmealDome/fix-curl-2 2025-01-08 18:14:10 +01:00
WiiUtils.h Qt: Add file size stats to NAND Check. 2023-07-14 05:24:29 +02:00