.. |
DSPHLE
|
DSPHLE/AXWii: fix Elebits sound
|
2024-11-04 20:47:55 +00:00 |
DSPLLE
|
HW: Remove calls to GetPointer
|
2024-03-31 21:58:05 +02:00 |
DVD
|
Implement endian swapping and lazy decryption of Triforce DI commands
|
2025-04-21 22:05:25 +10:00 |
EXI
|
Preliminary implementation of the Triforce Baseboard
|
2025-04-21 22:05:25 +10:00 |
GCMemcard
|
Modernize std::any_of with ranges
|
2024-12-15 19:54:16 -08:00 |
HSP
|
|
|
SI
|
SI: Fix GBA link by having a separate response for "error" and "no data".
|
2025-04-19 03:28:57 -05:00 |
WiimoteCommon
|
WiimoteEmu: Eliminate dynamic memory allocation in speaker data decoding.
|
2025-03-18 03:12:50 -05:00 |
WiimoteEmu
|
Merge pull request #13295 from jordan-woyak/controller-emu-cleanup
|
2025-03-23 15:12:06 -04:00 |
WiimoteReal
|
Merge pull request #13240 from thalesmg/20241225-m-known-bt-addresses-config-only
|
2025-03-15 15:34:49 +01:00 |
AddressSpace.cpp
|
Modernize std::find_if with ranges
|
2024-10-10 15:28:11 -07:00 |
AddressSpace.h
|
|
|
AudioInterface.cpp
|
Migrate SConfig::bWii to System.
|
2024-01-31 12:54:07 +01:00 |
AudioInterface.h
|
HW/DVDInterface: Do DTK math in blocks instead of in samples.
|
2023-03-14 13:19:44 +01:00 |
CPU.cpp
|
Core: Don't store game ID inside TimePlayed
|
2025-04-12 15:20:49 +02:00 |
CPU.h
|
Core/HW: Add time tracking thread in CPU manager
|
2025-02-16 23:15:12 +01:00 |
DSP.cpp
|
Replace 'reinterpret_cast' with 'static_cast'
|
2024-11-08 07:26:47 +01:00 |
DSP.h
|
HW/DSP: Refactor to class.
|
2023-03-09 22:35:29 +01:00 |
GBACore.cpp
|
Simplify std::copy with std::copy_n
|
2024-10-07 15:34:56 -07:00 |
GBACore.h
|
Core/HW/GBACore: Avoid global System accessor.
|
2024-01-12 07:30:20 +01:00 |
GBAPad.cpp
|
InputCommon: Use distinct values for profile key
|
2024-02-04 17:55:08 +01:00 |
GBAPad.h
|
|
|
GBAPadEmu.cpp
|
Android: Get profile name from core
|
2023-10-01 18:47:49 +02:00 |
GBAPadEmu.h
|
Android: Get profile name from core
|
2023-10-01 18:47:49 +02:00 |
GCKeyboard.cpp
|
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
|
2025-03-22 14:53:02 -05:00 |
GCKeyboard.h
|
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
|
2025-03-22 14:53:02 -05:00 |
GCKeyboardEmu.cpp
|
Android: Get profile name from core
|
2023-10-01 18:47:49 +02:00 |
GCKeyboardEmu.h
|
Android: Get profile name from core
|
2023-10-01 18:47:49 +02:00 |
GCPad.cpp
|
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
|
2025-03-22 14:53:02 -05:00 |
GCPad.h
|
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
|
2025-03-22 14:53:02 -05:00 |
GCPadEmu.cpp
|
InputCommon/ControllerEmu: Break out functionality of EmulatedController
|
2025-03-15 14:30:43 -05:00 |
GCPadEmu.h
|
Android: Get profile name from core
|
2023-10-01 18:47:49 +02:00 |
GPFifo.cpp
|
HW: Remove calls to GetPointer
|
2024-03-31 21:58:05 +02:00 |
GPFifo.h
|
|
|
HW.cpp
|
State: Avoid Global System Accessor
|
2024-03-01 10:52:50 -08:00 |
HW.h
|
HW: Pass System to functions.
|
2023-03-13 18:13:20 +01:00 |
Memmap.cpp
|
Memmap: Replace GetPointer with GetSpanForAddress
|
2024-04-20 18:31:08 +02:00 |
Memmap.h
|
Memmap: Replace GetPointer with GetSpanForAddress
|
2024-04-20 18:31:08 +02:00 |
MemoryInterface.cpp
|
Resolve [-Wclass-memaccess]
|
2023-04-12 03:59:57 -05:00 |
MemoryInterface.h
|
HW/MemoryInterface: Refactor to class.
|
2023-03-11 00:57:16 +01:00 |
MMIO.cpp
|
|
|
MMIO.h
|
Replace Common::BitCast with std::bit_cast
|
2024-05-03 18:43:51 -07:00 |
MMIOHandlers.h
|
|
|
ProcessorInterface.cpp
|
VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch statement handler in AsyncRequests.
|
2025-03-14 00:59:41 -05:00 |
ProcessorInterface.h
|
HW/ProcessorInterface: Store reference to System in class.
|
2023-03-13 18:13:20 +01:00 |
Sram.cpp
|
Remove defined-out code
|
2024-04-15 12:17:35 -07:00 |
Sram.h
|
Remove redundant semicolons
|
2024-08-20 14:59:54 +02:00 |
StreamADPCM.cpp
|
|
|
StreamADPCM.h
|
|
|
SystemTimers.cpp
|
Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle call. PerformanceMetrics: Fixes/Cleanups.
|
2025-04-02 23:23:51 -05:00 |
SystemTimers.h
|
Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle call. PerformanceMetrics: Fixes/Cleanups.
|
2025-04-02 23:23:51 -05:00 |
VideoInterface.cpp
|
VideoInterface: Throttle for VBlank only when necessary.
|
2025-04-02 23:24:03 -05:00 |
VideoInterface.h
|
Video: polish aspect ratio related code comments to make it clearer
|
2023-12-18 00:28:14 +02:00 |
WII_IPC.cpp
|
WII_IPC: rewrite multiply as 100_tbticks literal (NFC)
|
2024-10-01 01:42:16 +01:00 |
WII_IPC.h
|
Core/IOS/WiiIPC: Refactor to class, move to System.
|
2024-01-12 06:37:10 +01:00 |
Wiimote.cpp
|
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
|
2025-03-22 14:53:02 -05:00 |
Wiimote.h
|
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
|
2025-03-22 14:53:02 -05:00 |
WiiSave.cpp
|
Modernize std::copy with ranges
|
2024-10-10 00:53:48 -07:00 |
WiiSave.h
|
|
|
WiiSaveStructs.h
|
|
|