dolphin/Source/Core/Core
Jun Su 3f72bc3e7e HW: cleanup warnings of -Wtype-limits
ROM_BASE is 0, and address is unsigned. It is always
true that address >= 0. So just compare with ROM_SIZE
and don't use IN_RANGE macro to avoid the warning.
2020-03-24 09:11:24 +08:00
..
Boot Boot: Change pre-defined setting.txt CODE values 2020-03-19 13:05:44 +01:00
Config DolphinQt: Give hotkeys their own "background input" setting. 2020-02-10 20:06:29 -06:00
ConfigLoaders
Debugger
DSP Source/Core/Core/DSP/DSPTables.cpp: include <cstdio> for sprintf 2020-03-05 21:20:34 +00:00
FifoPlayer
HLE
HW HW: cleanup warnings of -Wtype-limits 2020-03-24 09:11:24 +08:00
IOS BTReal: Improve error handling for device opening 2020-03-15 22:10:24 +01:00
PowerPC Breakpoints: Fix crash after clearing all memory breakpoints 2020-03-14 21:57:09 +09:00
ActionReplay.cpp
ActionReplay.h
Analytics.cpp Report use of DI interrupt mask commands as a game quirk 2020-02-02 00:44:12 -08:00
Analytics.h Report use of DI interrupt mask commands as a game quirk 2020-02-02 00:44:12 -08:00
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp Back up Wii setting.txt and SYSCONF while emulating 2020-03-16 21:04:19 +01:00
BootManager.h
CMakeLists.txt
CommonTitles.h
ConfigManager.cpp Add path to File Name column of game grid 2020-03-02 17:38:28 +13:00
ConfigManager.h Add path to File Name column of game grid 2020-03-02 17:38:28 +13:00
Core.cpp Merge pull request #8609 from jordan-woyak/separate-hotkey-background-input 2020-03-15 22:35:49 +01:00
Core.h DolphinQt: Give hotkeys their own "background input" setting. 2020-02-10 20:06:29 -06:00
Core.vcxproj
Core.vcxproj.filters
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp
DSPEmulator.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp Core/GeckoCodeConfig : Fix Gecko codes formatting 2020-02-14 11:51:36 +01:00
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp Merge pull request #8655 from Techjar/fix-hotkey-groups 2020-03-18 12:03:07 +01:00
HotkeyManager.h Added Toggle Freelook Hotkey 2020-01-31 20:45:08 +00:00
LibusbUtils.cpp
LibusbUtils.h
MachineContext.h
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Movie: Make checking for existing GC saves more reliable 2020-03-15 23:56:34 +01:00
Movie.h
NetPlayClient.cpp Core/NetPlayClient: Add documentation for SendPadHostPoll 2020-02-06 07:24:00 -05:00
NetPlayClient.h
NetPlayProto.h
NetPlayServer.cpp Core/NetPlayServer: Fix session not being added to index on direct connection type 2020-02-17 21:05:32 -05:00
NetPlayServer.h Core/NetPlayServer: Fix session not being added to index on direct connection type 2020-02-17 21:05:32 -05:00
PatchEngine.cpp
PatchEngine.h
State.cpp
State.h
SysConf.cpp Common/Core: Minor rvalue reference related cleanups. 2020-01-23 22:58:23 -06:00
SysConf.h Common/Core: Minor rvalue reference related cleanups. 2020-01-23 22:58:23 -06:00
TitleDatabase.cpp
TitleDatabase.h
WiiRoot.cpp Back up Wii setting.txt and SYSCONF while emulating 2020-03-16 21:04:19 +01:00
WiiRoot.h Back up Wii setting.txt and SYSCONF while emulating 2020-03-16 21:04:19 +01:00
WiiUtils.cpp
WiiUtils.h