| .. |
|
Assembler
|
Improve usage of std::move and const references parameters
|
2026-04-17 12:39:46 +02:00 |
|
Config
|
Merge pull request #14336 from SuperSamus/arbitrary-mipmap-disables-gpu-decoding
|
2026-04-12 20:55:22 -05:00 |
|
Crypto
|
Add missing includes
|
2026-06-23 21:09:18 +02:00 |
|
Debug
|
Use more std::span arguments
|
2026-03-23 23:55:09 +01:00 |
|
GL
|
Remove GLX support
|
2026-04-20 16:19:45 +02:00 |
|
Logging
|
fmt: Allow building with version >=12.2.0
|
2026-06-23 21:09:14 +02:00 |
|
Align.h
|
|
|
|
Analytics.cpp
|
|
|
|
Analytics.h
|
|
|
|
Arm64Emitter.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
Arm64Emitter.h
|
Jit: Implement error-free transformation for single-precision FMA
|
2026-01-18 20:02:49 +01:00 |
|
ArmCommon.h
|
|
|
|
ArmCPUDetect.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
ArmFPURoundMode.cpp
|
|
|
|
Assert.h
|
Logging: Don't overwrite LDEBUG verbosity in Release builds
|
2025-09-19 13:25:42 -07:00 |
|
BitField.h
|
Common/BitField: Silence two warnings:
|
2025-11-15 20:32:14 -06:00 |
|
BitField.natvis
|
|
|
|
BitSet.h
|
|
|
|
BitUtils.h
|
Common/BitUtils: Make SetBit constexpr.
|
2026-02-15 20:14:15 -06:00 |
|
BlockingLoop.h
|
|
|
|
Buffer.h
|
Fix various typos and spelling mistakes
|
2026-01-17 20:11:38 +01:00 |
|
build_info.txt.in
|
|
|
|
ChunkFile.h
|
ChunkFile: Add void* version of DoPointer.
|
2026-03-30 19:02:11 -05:00 |
|
CMakeLists.txt
|
Merge pull request #13216 from CelestialAmber/cw-demangler
|
2026-07-05 17:38:09 +02:00 |
|
CodeBlock.h
|
|
|
|
ColorUtil.cpp
|
|
|
|
ColorUtil.h
|
|
|
|
Common.h
|
|
|
|
CommonFuncs.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
CommonFuncs.h
|
CommonFuncsObjC: Make function to fetch the current macOS version common
|
2026-03-21 11:16:14 -04:00 |
|
CommonFuncsObjC.mm
|
CommonFuncsObjC: Make function to fetch the current macOS version common
|
2026-03-21 11:16:14 -04:00 |
|
CommonPaths.h
|
Added Triforce support
|
2026-02-15 20:14:14 -06:00 |
|
CommonTypes.h
|
|
|
|
CompatPatches.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
Contains.h
|
|
|
|
CPUDetect.h
|
|
|
|
CWDemangler.cpp
|
Core: Implement automatic symbol demangling
|
2026-05-07 09:25:28 +02:00 |
|
CWDemangler.h
|
Core: Implement automatic symbol demangling
|
2026-05-07 09:25:28 +02:00 |
|
DirectIOFile.cpp
|
Windows/DirectIOFile: Don't request DELETE access for read-only Open
|
2025-11-29 14:02:24 -08:00 |
|
DirectIOFile.h
|
Common: Add a DirectIOFile class that allows for copies which are entirely thread safe.
|
2025-11-09 03:08:14 -06:00 |
|
DynamicLibrary.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
DynamicLibrary.h
|
|
|
|
ENet.cpp
|
|
|
|
ENet.h
|
|
|
|
EnumFormatter.h
|
|
|
|
EnumMap.h
|
|
|
|
EnumMap.natvis
|
|
|
|
Event.h
|
|
|
|
FatFsUtil.cpp
|
Replace find(x) != npos with contains(x) - Core
|
2026-04-20 09:36:08 +02:00 |
|
FatFsUtil.h
|
|
|
|
FileSearch.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
FileSearch.h
|
Common/FileSearch: Refactor DoFileSearch
|
2026-01-24 16:50:10 +01:00 |
|
FilesystemWatcher.cpp
|
Fix various warnings
|
2025-07-12 12:47:30 +02:00 |
|
FilesystemWatcher.h
|
|
|
|
FileUtil.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
FileUtil.h
|
Improve usage of std::move and const references parameters
|
2026-04-17 12:39:46 +02:00 |
|
FixedSizeQueue.h
|
|
|
|
Flag.h
|
|
|
|
FloatUtils.cpp
|
FloatUtils: Replace quieting SNaNs via 0.0 + x with MakeQuiet
|
2025-08-17 11:24:38 -04:00 |
|
FloatUtils.h
|
FloatUtils: Move MakeQuiet function here from Interpreter_FPUtils
|
2025-08-17 11:23:12 -04:00 |
|
FormatUtil.h
|
|
|
|
FPURoundMode.h
|
|
|
|
Functional.h
|
Common/Functional: Add InvokerOf template which can convert function pointers to functor types.
|
2025-11-18 14:19:21 -06:00 |
|
GekkoDisassembler.cpp
|
GekkoDisassembler: drop unsupported opcodes
|
2025-12-12 01:37:19 +00:00 |
|
GekkoDisassembler.h
|
|
|
|
GenericCPUDetect.cpp
|
|
|
|
GenericFPURoundMode.cpp
|
|
|
|
Hash.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
Hash.h
|
|
|
|
HookableEvent.h
|
HookableEvent: Allow hooks to be added and removed from within a Trigger callback. This fixes a deadlock in FIFOFifoRecorder.
|
2025-11-21 16:58:20 -06:00 |
|
HostDisassembler.cpp
|
|
|
|
HostDisassembler.h
|
|
|
|
HRWrap.cpp
|
|
|
|
HRWrap.h
|
|
|
|
HttpRequest.cpp
|
Use more std::span arguments
|
2026-03-23 23:55:09 +01:00 |
|
HttpRequest.h
|
Use more std::span arguments
|
2026-03-23 23:55:09 +01:00 |
|
Image.cpp
|
|
|
|
Image.h
|
|
|
|
IniFile.cpp
|
|
|
|
IniFile.h
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
Inline.h
|
|
|
|
Intrinsics.h
|
|
|
|
IOFile.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
IOFile.h
|
Common/IOFile: Remove the Duplicate function. The duplicate handles shared a read/write position making them effectively not thread-safe.
|
2025-11-09 03:08:14 -06:00 |
|
JitRegister.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
JitRegister.h
|
JitRegister: Check IsEnabled before constructing string
|
2026-01-11 21:01:49 +01:00 |
|
JsonUtil.cpp
|
|
|
|
JsonUtil.h
|
|
|
|
Lazy.h
|
|
|
|
LdrWatcher.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
LdrWatcher.h
|
|
|
|
LinearDiskCache.h
|
|
|
|
make_scmrev.h.js
|
|
|
|
MathUtil.h
|
MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_greater and fix a floating point edge case.
|
2025-08-27 21:24:46 -05:00 |
|
Matrix.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
Matrix.h
|
Common: add transpose function to Matrix class
|
2025-09-17 11:14:09 -05:00 |
|
MemArena.h
|
Core: Don't create page table mappings before R/C bits are set
|
2026-02-04 21:35:22 +01:00 |
|
MemArenaAndroid.cpp
|
Core: Don't create page table mappings before R/C bits are set
|
2026-02-04 21:35:22 +01:00 |
|
MemArenaDarwin.cpp
|
Core: Don't create page table mappings before R/C bits are set
|
2026-02-04 21:35:22 +01:00 |
|
MemArenaUnix.cpp
|
Core: Don't create page table mappings before R/C bits are set
|
2026-02-04 21:35:22 +01:00 |
|
MemArenaWin.cpp
|
mingw: replace static_cast with reinterpret_cast as not permitted between void* and function params
|
2026-02-16 13:28:11 +00:00 |
|
MemoryUtil.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
MemoryUtil.h
|
|
|
|
MinizipUtil.h
|
|
|
|
MsgHandler.cpp
|
MsgHandler: Use log level matching MsgType for alerts
|
2026-05-06 12:44:43 -07:00 |
|
MsgHandler.h
|
fmt: Allow building with version >=12.2.0
|
2026-06-23 21:09:14 +02:00 |
|
Mutex.h
|
Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::mutex.
|
2025-11-02 20:45:55 -06:00 |
|
NandPaths.cpp
|
|
|
|
NandPaths.h
|
|
|
|
Network.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
Network.h
|
Use more std::span arguments
|
2026-03-23 23:55:09 +01:00 |
|
OneShotEvent.h
|
Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is safe in situations when being immediately destructed.
|
2025-11-18 14:19:21 -06:00 |
|
PcapFile.cpp
|
|
|
|
PcapFile.h
|
|
|
|
Profiler.cpp
|
Improve usage of std::move and const references parameters
|
2026-04-17 12:39:46 +02:00 |
|
Profiler.h
|
Improve usage of std::move and const references parameters
|
2026-04-17 12:39:46 +02:00 |
|
Projection.h
|
|
|
|
QoSSession.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
QoSSession.h
|
|
|
|
Random.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
Random.h
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
RangeSet.h
|
Jit: Use RangeSet for physical_addresses
|
2026-02-23 23:01:49 +01:00 |
|
RangeSizeSet.h
|
Jit: Use RangeSet for physical_addresses
|
2026-02-23 23:01:49 +01:00 |
|
scmrev.h.in
|
|
|
|
SCMRevGen.vcxproj
|
|
|
|
ScopeGuard.h
|
Common/ScopeGuard: Fix move constructor.
|
2025-11-18 14:19:21 -06:00 |
|
SDCardUtil.cpp
|
|
|
|
SDCardUtil.h
|
|
|
|
SettingsHandler.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
SettingsHandler.h
|
|
|
|
SFMLHelper.cpp
|
|
|
|
SFMLHelper.h
|
c++23: Replace Common::ToUnderlying with std::to_underlying
|
2026-01-09 23:49:10 +01:00 |
|
SmallVector.h
|
|
|
|
SocketContext.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
SocketContext.h
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
SpanUtils.h
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
SPSCQueue.h
|
|
|
|
StringUtil.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
StringUtil.h
|
Core: Implement automatic symbol demangling
|
2026-05-07 09:25:28 +02:00 |
|
Swap.h
|
UnitTests: Add PageTableHostMappingTest
|
2026-02-04 21:35:22 +01:00 |
|
SymbolDB.cpp
|
Core: Implement automatic symbol demangling
|
2026-05-07 09:25:28 +02:00 |
|
SymbolDB.h
|
Core: Implement automatic symbol demangling
|
2026-05-07 09:25:28 +02:00 |
|
Thread.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
Thread.h
|
|
|
|
Timer.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
Timer.h
|
Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system running time.
|
2025-07-24 23:56:10 -05:00 |
|
TimeUtil.cpp
|
Add missing includes
|
2026-06-23 21:09:18 +02:00 |
|
TimeUtil.h
|
|
|
|
TransferableSharedMutex.h
|
Common: Add TransferableSharedMutex class and unit tests.
|
2026-01-19 21:56:59 -06:00 |
|
TraversalClient.cpp
|
Improve usage of std::move and const references parameters
|
2026-04-17 12:39:46 +02:00 |
|
TraversalClient.h
|
Improve usage of std::move and const references parameters
|
2026-04-17 12:39:46 +02:00 |
|
TraversalProto.h
|
|
|
|
TraversalServer.cpp
|
fmt: change use of fmt/base.h to fmt/format.h as not provided until fmt>=11.0
|
2026-03-15 08:37:00 +00:00 |
|
TypeUtils.h
|
MMU: Use templates for Read/Write functions
|
2025-10-08 11:27:06 +02:00 |
|
UnixUtil.h
|
Common/UnixUtil: Only define CreateEventFD on Linux.
|
2026-02-15 20:14:15 -06:00 |
|
UPnP.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
UPnP.h
|
|
|
|
VariantUtil.h
|
|
|
|
Version.cpp
|
Don't send Dolphin version in user agent to Redump
|
2026-06-22 08:36:44 +02:00 |
|
Version.h
|
Don't send Dolphin version in user agent to Redump
|
2026-06-22 08:36:44 +02:00 |
|
WaitableFlag.h
|
|
|
|
WindowsDevice.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
WindowsDevice.h
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
WindowsRegistry.cpp
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
WindowsRegistry.h
|
mingw: lower case windows includes
|
2026-07-08 09:18:29 +01:00 |
|
WindowSystemInfo.h
|
|
|
|
WorkQueueThread.h
|
Common/WorkQueueThread: Make IsRunning function public.
|
2026-03-26 16:03:59 -05:00 |
|
x64ABI.cpp
|
|
|
|
x64ABI.h
|
|
|
|
x64CPUDetect.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
x64Emitter.cpp
|
Jit: Implement error-free transformation for single-precision FMA
|
2026-01-18 20:02:49 +01:00 |
|
x64Emitter.h
|
Jit: Implement error-free transformation for single-precision FMA
|
2026-01-18 20:02:49 +01:00 |
|
x64FPURoundMode.cpp
|
Remove unused imports
|
2026-01-25 16:12:15 +01:00 |
|
x64Reg.h
|
x64Emitter: Support YMM registers
|
2025-09-02 22:15:16 +02:00 |