dolphin/Source/Core/Common
2026-01-11 20:29:05 -06:00
..
Assembler
Config Config: Use maximum value of size_t instead of -1 as default value in ConfigChangedCallbackID 2025-11-08 11:35:31 -05:00
Crypto
Debug
GL
Logging Logging: Don't overwrite LDEBUG verbosity in Release builds 2025-09-19 13:25:42 -07:00
Align.h
Analytics.cpp
Analytics.h
Arm64Emitter.cpp Merge pull request #13875 from JosJuice/jitarm64-orr-base-without-mirror 2025-11-10 20:16:21 +01:00
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp
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: update Flags to allow const object usage 2025-12-25 21:07:45 -06:00
BlockingLoop.h
Buffer.h
build_info.txt.in
ChunkFile.h
CMakeLists.txt Revert "Externals: Update zlib-ng to v2.3.2" 2026-01-11 20:29:05 -06:00
CodeBlock.h
ColorUtil.cpp
ColorUtil.h
Common.h
CommonFuncs.cpp CommonFuncs: Add StrerrorString version of LastStrerrorString that accepts an error number. 2025-10-04 14:51:17 -05:00
CommonFuncs.h CommonFuncs: Add StrerrorString version of LastStrerrorString that accepts an error number. 2025-10-04 14:51:17 -05:00
CommonPaths.h chore: remove unused Logs/Mail/ dir 2025-09-24 17:42:59 -05:00
CommonTypes.h
CompatPatches.cpp
Contains.h
CPUDetect.h
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
DynamicLibrary.h
ENet.cpp
ENet.h
EnumFormatter.h
EnumMap.h
EnumMap.natvis
EnumUtils.h
Event.h
FatFsUtil.cpp
FatFsUtil.h
FileSearch.cpp
FileSearch.h
FilesystemWatcher.cpp
FilesystemWatcher.h
FileUtil.cpp AdvancedPane: Add a button to restore default settings 2025-10-27 15:59:33 +01:00
FileUtil.h AdvancedPane: Add a button to restore default settings 2025-10-27 15:59:33 +01:00
FixedSizeQueue.h
Flag.h
FloatUtils.cpp
FloatUtils.h
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.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp
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
HttpRequest.h
Image.cpp
Image.h
IniFile.cpp
IniFile.h
Inline.h
Intrinsics.h
IOFile.cpp 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
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 JitRegister: Remove OProfile profiler 2025-10-26 20:48:15 +01:00
JitRegister.h
JsonUtil.cpp
JsonUtil.h
Lazy.h
LdrWatcher.cpp
LdrWatcher.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.h
Matrix.cpp Common: add transpose function to Matrix class 2025-09-17 11:14:09 -05:00
Matrix.h Common: add transpose function to Matrix class 2025-09-17 11:14:09 -05:00
MemArena.h MemArena/LazyMemoryRegion: Add EnsureMemoryPagesWritable function to ensure a region of bytes is writable without the caller needing to be aware of the windows-only BLOCK_SIZE value. 2025-11-23 05:17:22 -06:00
MemArenaAndroid.cpp
MemArenaDarwin.cpp
MemArenaUnix.cpp
MemArenaWin.cpp
MemoryUtil.cpp
MemoryUtil.h
MinizipUtil.h
MsgHandler.cpp
MsgHandler.h
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 Common/Network: Add BluetoothAddress struct and string conversion functions. 2025-10-04 14:51:17 -05:00
Network.h Common/Network: Add BluetoothAddress struct and string conversion functions. 2025-10-04 14:51:17 -05: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
Profiler.h
Projection.h
QoSSession.cpp macoS: update QoSSession with SO_NET_SERVICE_TYPE. 2025-09-22 17:30:18 -04:00
QoSSession.h
Random.cpp
Random.h
Result.h Common/Result: Swap order of template parameters to match C++26's std::expected, make all member functions constexpr, and add moving "unexpected" conversion constructor for consistency. 2025-11-21 19:24:48 -06: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
Semaphore.h
SettingsHandler.cpp
SettingsHandler.h
SFMLHelper.cpp
SFMLHelper.h
SmallVector.h
SocketContext.cpp
SocketContext.h
SpanUtils.h
SPSCQueue.h
StringLiteral.h
StringUtil.cpp StringUtils: Drop TabsToSpaces 2025-12-15 13:41:54 +01:00
StringUtil.h StringUtils: Drop TabsToSpaces 2025-12-15 13:41:54 +01:00
Swap.h
SymbolDB.cpp
SymbolDB.h
Thread.cpp
Thread.h
Timer.cpp
Timer.h
TimeUtil.cpp
TimeUtil.h
TraversalClient.cpp
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
TypeUtils.h MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
UnixUtil.h Common: Add some utilities to a new UnixUtil header. 2025-10-04 14:51:17 -05:00
Unreachable.h
UPnP.cpp
UPnP.h
VariantUtil.h
Version.cpp
Version.h
WaitableFlag.h
WindowsDevice.cpp WindowsDevice: Add DeviceChangeNotification class. 2025-12-23 00:02:36 -06:00
WindowsDevice.h WindowsDevice: Add DeviceChangeNotification class. 2025-12-23 00:02:36 -06:00
WindowsRegistry.cpp
WindowsRegistry.h
WindowSystemInfo.h
WorkQueueThread.h
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp
x64Emitter.cpp x64Emitter: Fix missing-declarations warning 2025-10-30 12:35:22 +01:00
x64Emitter.h x64Emitter: Reduce padding in OpArg 2026-01-11 19:07:08 +01:00
x64FPURoundMode.cpp
x64Reg.h x64Emitter: Support YMM registers 2025-09-02 22:15:16 +02:00