| .. |
|
Boot
|
Merge pull request #12357 from AdmiralCurtiss/ipl-bounds
|
2023-12-06 19:57:26 -05:00 |
|
Config
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05:00 |
|
ConfigLoaders
|
Remove references to Debugger.ini
|
2023-11-27 21:38:43 +01:00 |
|
Debugger
|
Disable memory patches in hardcore mode
|
2023-12-02 16:41:16 -05:00 |
|
DSP
|
Remove _M_X86 in favour of _M_X86_64
|
2023-11-28 23:03:20 +11:00 |
|
FifoPlayer
|
Jit: Replace "msrBits" with "featureFlags"
|
2023-11-30 22:40:32 +01:00 |
|
HLE
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05:00 |
|
HW
|
Refactored AchievementManager hash code to take a volume.
|
2023-12-05 16:17:11 -05:00 |
|
IOS
|
Added achievement hash to non-disc boot paths.
|
2023-12-05 16:17:18 -05:00 |
|
PowerPC
|
Merge pull request #11988 from JosJuice/jit-feature-flags
|
2023-12-05 03:13:50 -05:00 |
|
AchievementManager.cpp
|
Refactored hash process to check prior game ID
|
2023-12-05 16:17:18 -05:00 |
|
AchievementManager.h
|
Refactored hash process to check prior game ID
|
2023-12-05 16:17:18 -05:00 |
|
ActionReplay.cpp
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05:00 |
|
ActionReplay.h
|
|
|
|
ARDecrypt.cpp
|
|
|
|
ARDecrypt.h
|
|
|
|
BootManager.cpp
|
Added Disabled flag to Achievement Manager
|
2023-12-05 16:17:17 -05:00 |
|
BootManager.h
|
|
|
|
CheatCodes.h
|
|
|
|
CheatGeneration.cpp
|
|
|
|
CheatGeneration.h
|
|
|
|
CheatSearch.cpp
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05:00 |
|
CheatSearch.h
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05:00 |
|
CMakeLists.txt
|
IOS/KD: Implement Send Mail
|
2023-12-01 19:55:32 +01:00 |
|
CommonTitles.h
|
|
|
|
ConfigManager.cpp
|
Added Disabled flag to Achievement Manager
|
2023-12-05 16:17:17 -05:00 |
|
ConfigManager.h
|
|
|
|
Core.cpp
|
Disable frame advance in hardcore mode
|
2023-12-02 16:41:16 -05:00 |
|
Core.h
|
Core::SetState() allow state to change without sending a callback.
|
2023-11-16 11:07:37 -07:00 |
|
CoreTiming.cpp
|
Disable slowdown in hardcore mode
|
2023-12-02 16:41:16 -05:00 |
|
CoreTiming.h
|
|
|
|
CPUThreadConfigCallback.cpp
|
|
|
|
CPUThreadConfigCallback.h
|
|
|
|
DolphinAnalytics.cpp
|
|
|
|
DolphinAnalytics.h
|
|
|
|
DSPEmulator.cpp
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
|
DSPEmulator.h
|
|
|
|
FreeLookConfig.cpp
|
Disable Freelook in hardcore mode
|
2023-12-02 16:41:16 -05:00 |
|
FreeLookConfig.h
|
|
|
|
FreeLookManager.cpp
|
|
|
|
FreeLookManager.h
|
|
|
|
GeckoCode.cpp
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05:00 |
|
GeckoCode.h
|
DolphinQt: Properly lock CPU before accessing emulated memory
|
2023-02-12 11:27:50 +01:00 |
|
GeckoCodeConfig.cpp
|
|
|
|
GeckoCodeConfig.h
|
|
|
|
Host.h
|
|
|
|
HotkeyManager.cpp
|
|
|
|
HotkeyManager.h
|
|
|
|
LibusbUtils.cpp
|
|
|
|
LibusbUtils.h
|
|
|
|
MachineContext.h
|
|
|
|
MemoryWatcher.cpp
|
|
|
|
MemoryWatcher.h
|
|
|
|
MemTools.cpp
|
|
|
|
MemTools.h
|
|
|
|
Movie.cpp
|
Merge pull request #11904 from LillyJadeKatrin/retroachievements-hardcore-v2
|
2023-12-05 01:31:54 -05:00 |
|
Movie.h
|
Use ExtensionNumber in Movie.cpp
|
2023-12-03 11:36:54 -08:00 |
|
NetPlayClient.cpp
|
|
|
|
NetPlayClient.h
|
|
|
|
NetPlayCommon.cpp
|
|
|
|
NetPlayCommon.h
|
|
|
|
NetPlayProto.h
|
|
|
|
NetPlayServer.cpp
|
Disable cheats in hardcore mode
|
2023-12-02 16:41:17 -05: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
|
Disable memory patches in hardcore mode
|
2023-12-02 16:41:16 -05:00 |
|
PatchEngine.h
|
|
|
|
State.cpp
|
Disable loading state in hardcore mode
|
2023-12-02 16:41:15 -05:00 |
|
State.h
|
|
|
|
SyncIdentifier.h
|
|
|
|
SysConf.cpp
|
|
|
|
SysConf.h
|
|
|
|
System.cpp
|
VideoCommon: move xf state management to its own class, so changes can be detected in places other than VertexShaderManager
|
2023-11-26 16:27:26 -06:00 |
|
System.h
|
VideoCommon: move xf state management to its own class, so changes can be detected in places other than VertexShaderManager
|
2023-11-26 16:27:26 -06:00 |
|
TitleDatabase.cpp
|
|
|
|
TitleDatabase.h
|
|
|
|
WC24PatchEngine.cpp
|
|
|
|
WC24PatchEngine.h
|
|
|
|
WiiRoot.cpp
|
|
|
|
WiiRoot.h
|
|
|
|
WiiUtils.cpp
|
|
|
|
WiiUtils.h
|
|
|