dolphin/Source/Core/Core
JosJuice 920a44aec2 IOS: Diff device lists in USBHost instead of USBScanner
Instead of having USBScanner create "hooks" as it scans for devices,
let's have USBScanner present a list of devices to USBHost and have
USBHost diff the new device list with its old device list to create the
hook calls instead. This gets rid of some complex edge cases that the
next commit otherwise would have to deal with, in particular regarding
toggling determinism and adding new USBHosts to a USBScanner.
2025-04-21 21:25:36 +02:00
..
Boot Add Triforce IPL hash 2025-04-21 22:05:25 +10:00
Config Add Triforce platform and preliminary boot.id parsing 2025-04-21 22:05:25 +10:00
ConfigLoaders Core/Config: Use structured bindings for cleaner std::map/pair usage. 2025-01-17 22:21:39 -06:00
Debugger
DSP Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
FifoPlayer
HLE Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
HW Preliminary implementation of the Triforce Baseboard 2025-04-21 22:05:25 +10:00
IOS IOS: Diff device lists in USBHost instead of USBScanner 2025-04-21 21:25:36 +02:00
PowerPC Merge pull request #13457 from jordan-woyak/efb-access-fix 2025-03-28 18:43:57 -04:00
AchievementManager.cpp Allow RA Dev Tools for Unidentified Games 2025-04-16 23:59:16 -04:00
AchievementManager.h Merge pull request #12949 from LillyJadeKatrin/retroachievements-new-dev-branch 2025-04-21 14:08:40 -04:00
ActionReplay.cpp Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
ActionReplay.h Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp Core/Core: fix typos 2025-03-08 15:41:53 -05:00
BootManager.h Core/Core: fix typos 2025-03-08 15:41:53 -05:00
CheatCodes.h
CheatGeneration.cpp
CheatGeneration.h
CheatSearch.cpp
CheatSearch.h
CMakeLists.txt IOS: Move USB scanning thread to new class USBScanner 2025-04-21 21:25:35 +02:00
CommonTitles.h
ConfigManager.cpp Preliminary implementation of the Triforce Baseboard 2025-04-21 22:05:25 +10:00
ConfigManager.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
Core.cpp Merge pull request #13425 from jordan-woyak/after-present-cleanup 2025-03-23 15:21:31 -04:00
Core.h Core: Remove unused GetActualEmulationSpeed function and related variables/functions. 2025-03-14 03:10:13 -05:00
CoreTiming.cpp Merge pull request #13439 from jordan-woyak/perf-marker 2025-04-07 17:57:56 -04:00
CoreTiming.h CoreTiming: Fix Precision Frame Timing in Dual Core mode on Windows. 2025-04-04 19:13:53 -05:00
CPUThreadConfigCallback.cpp
CPUThreadConfigCallback.h
DolphinAnalytics.cpp Config: Expose Default and 1x Anisotropic Filtering setting. 2025-03-17 20:46:24 -05:00
DolphinAnalytics.h DolphinAnalytics/WiimoteEmu: Remove now-irrelevant game quirk check. 2025-02-13 17:39:54 -06:00
DSPEmulator.cpp
DSPEmulator.h
FreeLookConfig.cpp
FreeLookConfig.h
FreeLookManager.cpp
FreeLookManager.h
GeckoCode.cpp Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
GeckoCode.h Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
GeckoCodeConfig.cpp GeckoCodeConfig: Remove HTTPS workaround for Android 2025-01-07 23:02:13 -05:00
GeckoCodeConfig.h GeckoCodeConfig: Remove HTTPS workaround for Android 2025-01-07 23:02:13 -05:00
Host.h
HotkeyManager.cpp
HotkeyManager.h
LibusbUtils.cpp
LibusbUtils.h
MachineContext.h
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp WiimoteEmu: Make TaTaCon DesiredState use only one byte of space. 2025-03-15 16:48:05 -05:00
Movie.h Movie: Eliminate MovieManager::SetGraphicsConfig. 2025-03-10 18:16:49 -05:00
NetPlayClient.cpp Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection 2025-03-23 15:56:13 -04:00
NetPlayClient.h
NetPlayCommon.cpp Migrate to SFML>=3.0.0 2025-02-25 06:42:13 +01:00
NetPlayCommon.h
NetPlayProto.h Config: Expose Default and 1x Anisotropic Filtering setting. 2025-03-17 20:46:24 -05:00
NetPlayServer.cpp Merge pull request #13427 from LillyJadeKatrin/retroachievements-code-approval-fix 2025-03-15 13:57:48 -04:00
NetPlayServer.h
NetworkCaptureLogger.cpp
NetworkCaptureLogger.h
PatchEngine.cpp Fixed Multi Config Code Approvals 2025-03-15 07:57:16 -04:00
PatchEngine.h
State.cpp Preliminary implementation of the Triforce Baseboard 2025-04-21 22:05:25 +10:00
State.h
SyncIdentifier.h
SysConf.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
SysConf.h
System.cpp
System.h Preliminary implementation of the Triforce Baseboard 2025-04-21 22:05:25 +10:00
TimePlayed.cpp Core: Don't store game ID inside TimePlayed 2025-04-12 15:20:49 +02:00
TimePlayed.h Core: Don't store game ID inside TimePlayed 2025-04-12 15:20:49 +02:00
TitleDatabase.cpp Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
TitleDatabase.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
WC24PatchEngine.cpp
WC24PatchEngine.h
WiiRoot.cpp
WiiRoot.h
WiiUtils.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
WiiUtils.h