dolphin/Source/Core/Core
Filoppi 7f5b6ed788 Guitar: consistency of BoundCount check
only control[0] was checked, and not one, which seems random.
Either both or none should be checked.
2021-05-19 20:51:34 +03:00
..
Boot Fix symbol map being loaded too early during title changes 2021-03-04 18:41:13 +01:00
Config Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
ConfigLoaders Fix Android controller mappings accidentally being in IsSettingSaveable 2021-05-16 17:08:51 +02:00
Debugger DebugInterface: Check visited addresses in GetThreads 2021-03-02 19:29:47 +04:00
DSP DSP: Change external_interrupt_waiting from volatile to atomic 2021-05-14 09:28:10 +02:00
FifoPlayer Add name and description for primitives 2021-05-07 15:42:26 -07:00
HLE HLE: Do not clobber 0x1800-0x3000 when using MIOS to fix IPL crash 2021-04-22 21:50:05 +02:00
HW Guitar: consistency of BoundCount check 2021-05-19 20:51:34 +03:00
IOS Socket: Fix AF_INET6 on non-Windows systems 2021-05-11 17:00:02 +02:00
PowerPC PPCAnalyst: Fix broken bitexact analysis 2021-05-15 18:19:04 +02:00
ActionReplay.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
ActionReplay.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
BootManager.h
CheatCodes.h
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 Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
ConfigManager.h Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
Core.cpp Merge pull request #9417 from Filoppi/input-1 2021-05-07 15:08:01 +02:00
Core.h Fix FPS counter and Game Window speed % breaking on pause/unpause 2021-05-06 01:10:04 +03:00
CoreTiming.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
CoreTiming.h
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
GeckoCodeConfig.cpp
GeckoCodeConfig.h
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
LibusbUtils.h
MachineContext.h
MemoryWatcher.cpp Core/MemoryWatcher: Use appropriate memory read function in ChasePointer(). 2021-02-24 19:02:30 +01:00
MemoryWatcher.h
MemTools.cpp windows: fix unregistering VEH 2021-01-27 05:15:54 -08:00
MemTools.h
Movie.cpp WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00
Movie.h
NetPlayClient.cpp Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
NetPlayClient.h TraversalProto: Convert TraversalConnectFailedReason into an enum class 2021-01-20 12:24:05 -05:00
NetPlayProto.h Disable ICache emulation for some games 2021-04-06 12:44:10 -07:00
NetPlayServer.cpp Disable ICache emulation for some games 2021-04-06 12:44:10 -07: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
SyncIdentifier.h
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
TitleDatabase.h
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