dolphin-emulator/Source/Core/Core
Pokechu22 f32b771f7a Skip loading unknown XF registers in the FIFO player
This avoids some warnings, which were originally fixed by ignoring loads with a value of zero (see 636bedb207 / #3242).

Note that FifoCI will report some changes, but only on the first frame; these seem to be timing related as they don't happen if a different write is used to replace skipped ones.
2021-04-06 11:54:49 -07:00
..
Boot Fix symbol map being loaded too early during title changes 2021-03-04 18:41:13 +01:00
Config Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
ConfigLoaders Force RTC bias to 0 when custom RTC is disabled too 2021-03-07 14:22:54 +01:00
Debugger DebugInterface: Check visited addresses in GetThreads 2021-03-02 19:29:47 +04:00
DSP Core/DSP: Fix improper uses of offsetof 2021-02-10 02:03:16 +01:00
FifoPlayer Skip loading unknown XF registers in the FIFO player 2021-04-06 11:54:49 -07:00
HLE Split OSREPORT logging type 2020-12-24 23:38:59 -06:00
HW Replace uses of cassert with Common/Assert.h 2021-04-02 10:18:18 -07:00
IOS Merge pull request #8747 from iwubcode/map-freelook 2021-04-01 01:05:00 -04:00
PowerPC Merge pull request #9585 from JosJuice/jitarm64-skip-carry 2021-04-06 04:41:16 -04:00
ActionReplay.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
ActionReplay.h Core: Save the disabling of default enabled codes 2020-12-11 10:08:20 +01:00
ARDecrypt.cpp Core: Convert missed log calls over to fmt 2020-11-23 12:20:02 -05:00
ARDecrypt.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
BootManager.cpp Add utility functions for GameCube language codes 2021-03-27 09:46:46 +01:00
BootManager.h Add /dev/dolphin for homebrew to get information about Dolphin 2019-11-09 15:31:51 +01:00
CheatCodes.h Core: Allow overriding the enabling of a code 2020-12-11 10:02:14 +01:00
CMakeLists.txt Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
CommonTitles.h
ConfigManager.cpp Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
ConfigManager.h Fix symbol map being loaded too early during title changes 2021-03-04 18:41:13 +01:00
Core.cpp Core: Fix PauseAndLock segfaulting under certain circumstances 2021-04-03 17:52:03 -04:00
Core.h Android: Fix rotating EmulationActivity after boot fails 2020-11-09 10:38:49 +01:00
CoreTiming.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
CoreTiming.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DolphinAnalytics.cpp Track and log CP commands 0x00/0x10/0x20 differently from other unknown commands 2021-04-06 11:54:49 -07:00
DolphinAnalytics.h Track and log CP commands 0x00/0x10/0x20 differently from other unknown commands 2021-04-06 11:54:49 -07:00
DSPEmulator.cpp
DSPEmulator.h
FreeLookConfig.cpp Core: Add new Free Look settings and config 2020-12-24 13:49:25 -06:00
FreeLookConfig.h Core: Add new Free Look settings and config 2020-12-24 13:49:25 -06:00
FreeLookManager.cpp FreeLook: update camera and manager to use a delta time for movement (in case we decide to move this somewhere else in the future) 2021-03-18 17:54:12 -05:00
FreeLookManager.h FreelookManager: Add gyro to support either keyboard/gamepad binding or motion based controllers 2021-03-17 20:58:33 -05:00
GeckoCode.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
GeckoCode.h Core: Save the disabling of default enabled codes 2020-12-11 10:08:20 +01:00
GeckoCodeConfig.cpp Core: Don't copy default _Enabled sections to user INIs 2020-12-11 15:38:11 +01:00
GeckoCodeConfig.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Host.h Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
HotkeyManager.cpp HotkeyManager: Remove Free Look functionality in preparation for replacement 2020-12-24 13:48:38 -06:00
HotkeyManager.h HotkeyManager: Remove Free Look functionality in preparation for replacement 2020-12-24 13:48:38 -06:00
LibusbUtils.cpp Use separate libusb contexts to avoid thread safety issues 2019-06-26 17:55:51 +02:00
LibusbUtils.h Use separate libusb contexts to avoid thread safety issues 2019-06-26 17:55:51 +02:00
MachineContext.h Add support for FreeBSD/arm64 2020-08-27 21:54:04 +01:00
MemoryWatcher.cpp Core/MemoryWatcher: Use appropriate memory read function in ChasePointer(). 2021-02-24 19:02:30 +01:00
MemoryWatcher.h Step MemoryWatcher at end of each video frame. 2019-05-08 11:20:59 +01:00
MemTools.cpp windows: fix unregistering VEH 2021-01-27 05:15:54 -08:00
MemTools.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Movie.cpp IOS: Use less ambiguous names for classes 2021-02-12 21:40:31 +01:00
Movie.h Movie: Fix 83b9fef regressions 2020-11-28 23:35:55 +01:00
NetPlayClient.cpp Replace uses of cassert with Common/Assert.h 2021-04-02 10:18:18 -07:00
NetPlayClient.h TraversalProto: Convert TraversalConnectFailedReason into an enum class 2021-01-20 12:24:05 -05:00
NetPlayProto.h NetPlay: Sync more settings 2021-03-07 14:22:53 +01:00
NetPlayServer.cpp NetPlay: Sync more settings 2021-03-07 14:22:53 +01:00
NetPlayServer.h TraversalProto: Convert TraversalConnectFailedReason into an enum class 2021-01-20 12:24:05 -05:00
NetworkCaptureLogger.cpp Fix shadowing warnings 2021-03-07 10:10:02 -08:00
NetworkCaptureLogger.h PCAP: Improve TCP session logging 2021-02-12 13:42:18 +04:00
PatchEngine.cpp Patches for Resident Evil 2/3 audio issues 2020-12-29 14:24:46 -08:00
PatchEngine.h Patches for Resident Evil 2/3 audio issues 2020-12-29 14:24:46 -08:00
State.cpp IOS: Emulate IOS boot timings 2021-03-04 18:41:13 +01:00
State.h Android: Show how long ago each savestate was created 2020-10-21 22:49:59 +02:00
SyncIdentifier.h Make netplay's "same game" check more robust 2020-08-02 22:46:53 +02:00
SysConf.cpp rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
SysConf.h SysConf: std::move name in Entry constructor 2020-12-29 19:09:57 -05:00
System.cpp Core: Add initial System class 2020-12-19 23:22:06 -05:00
System.h Core: Add initial System class 2020-12-19 23:22:06 -05:00
TitleDatabase.cpp Core: Replace usages of StringFromFormat with fmt where applicable 2019-11-11 07:32:57 -05:00
TitleDatabase.h
WiiRoot.cpp Boot: Initialize Wii root before saving SYSCONF file 2021-03-07 14:22:53 +01:00
WiiRoot.h Boot: Initialize Wii root before saving SYSCONF file 2021-03-07 14:22:53 +01:00
WiiUtils.cpp IOS: Use less ambiguous names for classes 2021-02-12 21:40:31 +01:00
WiiUtils.h IOS: Use less ambiguous names for classes 2021-02-12 21:40:31 +01:00