dolphin/Source/Core/Core
2024-10-21 08:33:05 +02:00
..
Boot Boot: don't error for NTSC IPL v1.2 of DOL-001 consoles 2024-10-12 16:11:42 +01:00
Config Merge pull request #13114 from TryTwo/PR_Turbo_Mutes_Audio 2024-10-19 13:11:05 -04:00
ConfigLoaders Modernize std::find_if with ranges 2024-10-10 15:28:11 -07:00
Debugger Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
DSP Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
FifoPlayer Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
HLE Remove redundant semicolons 2024-08-20 14:59:54 +02:00
HW Merge pull request #12712 from Dentomologist/remove_defined_out_code 2024-10-19 19:36:19 +01:00
IOS Merge pull request #13066 from DacoTaco/feature/networking 2024-10-20 14:14:24 +02:00
PowerPC JitArm64_Integer: Use ScopedARM64Reg 2024-10-21 08:33:05 +02:00
AchievementManager.cpp Merge pull request #12953 from LillyJadeKatrin/retroachievements-fail-messaging 2024-10-02 14:50:21 -04:00
AchievementManager.h Merge pull request #12953 from LillyJadeKatrin/retroachievements-fail-messaging 2024-10-02 14:50:21 -04:00
ActionReplay.cpp Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
ActionReplay.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
ARDecrypt.cpp
ARDecrypt.h
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
CheatCodes.h
CheatGeneration.cpp
CheatGeneration.h
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
CMakeLists.txt Cached Interpreter 2.0 2024-07-23 14:06:21 -07:00
CommonTitles.h Add Everybody Votes Channel and Region Select to WiiLink config 2023-09-03 15:56:02 -04:00
ConfigManager.cpp Modernize std::replace with ranges 2024-10-10 00:53:48 -07:00
ConfigManager.h Core/ConfigManager: Remove dead bAutomaticStart flag. 2024-01-31 22:53:43 +01:00
Core.cpp Partially revert "Revert "Audit uses of IsRunning and GetState"" 2024-10-04 18:35:41 +02: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
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
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
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
FreeLookConfig.cpp Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
FreeLookConfig.h
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 C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
GeckoCode.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
GeckoCodeConfig.cpp GeckoCodeConfig: Make use of std::erase_if 2023-12-12 13:26:16 -05:00
GeckoCodeConfig.h
Host.h TAS Input: Enable hotkeys and controller input when Input has focus 2024-05-31 15:14:44 -07: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
LibusbUtils.h
MachineContext.h Add OpenBSD/arm64 support. 2024-05-22 14:32:37 -04:00
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Modernize std::copy with ranges 2024-10-10 00:53:48 -07:00
Movie.h Movie: Mark getters as const 2024-01-23 15:15:13 -05:00
NetPlayClient.cpp Add support for libfmt-11 2024-08-22 16:54:35 +03:00
NetPlayClient.h
NetPlayCommon.cpp
NetPlayCommon.h
NetPlayProto.h
NetPlayServer.cpp Add support for libfmt-11 2024-08-22 16:54:35 +03:00
NetPlayServer.h
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 Modernize std::find with ranges 2024-10-10 15:28:11 -07:00
PatchEngine.h Core/PatchEngine: Remove remnants of Speedhack system 2024-06-28 17:57:53 +02:00
State.cpp Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07: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
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
TitleDatabase.h
WC24PatchEngine.cpp Modernize std::find_if with ranges 2024-10-10 15:28:11 -07: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
WiiUtils.cpp Use 'contains' method 2024-08-14 22:18:28 +02:00
WiiUtils.h