dolphin/Source/Core/Core
JMC47 6042df71d9
Merge pull request #9853 from Bonta0/sinocancel
SI: Don't cancel transfer with TSTART=0
2021-06-29 22:00:13 -04:00
..
Boot Fix symbol map being loaded too early during title changes 2021-03-04 18:41:13 +01:00
Config Move some NetPlay-specific settings to SessionSettings 2021-06-13 06:58:05 -04:00
ConfigLoaders Move some NetPlay-specific settings to SessionSettings 2021-06-13 06:58:05 -04:00
DSP DSP: use CR_* enum values 2021-06-06 01:08:45 +01:00
Debugger DebugInterface: Check visited addresses in GetThreads 2021-03-02 19:29:47 +04:00
FifoPlayer Add name and description for primitives 2021-05-07 15:42:26 -07:00
HLE Lint: End of namespace 2021-06-07 12:55:52 +04:00
HW Merge pull request #9853 from Bonta0/sinocancel 2021-06-29 22:00:13 -04:00
IOS Avoid including scmrev.h except in Version.cpp 2021-05-21 17:03:01 +02:00
PowerPC JitArm64: Fix MSVC warning '~': zero extending 'u32' to 'u64' 2021-06-29 10:44:41 +02: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
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
BootManager.cpp Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
BootManager.h Add /dev/dolphin for homebrew to get information about Dolphin 2019-11-09 15:31:51 +01:00
CMakeLists.txt NetPlay/Jit64: Avoid using software FMA 2021-06-09 22:56:26 +02:00
CheatCodes.h Core: Allow overriding the enabling of a code 2020-12-11 10:02:14 +01:00
CommonTitles.h Include the Korean Wii Shop Channel when checking default credentials 2018-09-15 17:28:23 +02:00
ConfigManager.cpp Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
ConfigManager.h CheatsManager: Use game information directly from SConfig, and only recreate widgets if game changes. 2021-06-06 21:56:34 +02:00
Core.cpp Merge pull request #9775 from dbrookman/fix-gameini-gfxbackend 2021-06-15 12:47:55 +02:00
Core.h Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03: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
DSPEmulator.cpp DSPEmulator: Default destructor in the cpp file 2018-05-29 07:54:39 -04:00
DSPEmulator.h DSPEmulator: Make the IsLLE() member function const-qualified 2018-05-29 17:45:07 -04:00
DolphinAnalytics.cpp Apple M1: Build, Analytics, and Memory Management 2021-05-22 15:25:17 -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
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 Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
HotkeyManager.cpp Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
HotkeyManager.h Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03: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 Apple M1 Support for MacOS 2021-05-22 15:25:17 -07:00
MemTools.cpp Apple M1 Support for MacOS 2021-05-22 15:25:17 -07:00
MemTools.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MemoryWatcher.cpp Fix includes for musl libc 2021-06-24 02:01:07 +02:00
MemoryWatcher.h Step MemoryWatcher at end of each video frame. 2019-05-08 11:20:59 +01:00
Movie.cpp WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00
Movie.h NetPlay/Jit64: Avoid using software FMA 2021-06-09 22:56:26 +02:00
NetPlayClient.cpp Merge pull request #9756 from Techjar/memcard-size-config 2021-06-13 16:09:54 +02:00
NetPlayClient.h TraversalProto: Convert TraversalConnectFailedReason into an enum class 2021-01-20 12:24:05 -05:00
NetPlayProto.h NetPlay/Jit64: Avoid using software FMA 2021-06-09 22:56:26 +02:00
NetPlayServer.cpp Merge pull request #9756 from Techjar/memcard-size-config 2021-06-13 16:09:54 +02:00
NetPlayServer.h NetPlay/Jit64: Avoid using software FMA 2021-06-09 22:56:26 +02: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 Move some NetPlay-specific settings to SessionSettings 2021-06-13 06:58:05 -04:00
PatchEngine.h Patches for Resident Evil 2/3 audio issues 2020-12-29 14:24:46 -08:00
State.cpp Eliminate TVtxDesc.GetLegacyHex 2021-06-09 20:50:50 -07: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 TitleDatabase: Don't merge multiple languages into same map 2019-02-25 19:55:46 +01:00
WiiRoot.cpp IOS: Don't let Kernel initialize WiiRoot if already initialized 2021-05-02 10:30:32 +02:00
WiiRoot.h IOS: Don't let Kernel initialize WiiRoot if already initialized 2021-05-02 10:30:32 +02:00
WiiUtils.cpp WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00
WiiUtils.h WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00