.. |
Config
|
Use structs for config callback IDs
|
2023-08-17 19:19:26 +02:00 |
Crypto
|
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
|
2023-09-03 13:05:58 -04:00 |
Debug
|
Replace std::ostringstream usage with fmt::format
|
2023-06-18 18:37:32 -05:00 |
GL
|
Common:AGL: Support making temporary contexts from the main thread
|
2023-06-10 14:25:45 -05:00 |
Logging
|
|
|
Align.h
|
Common: Better AlignUp implementation
|
2023-06-29 02:35:44 -05:00 |
Analytics.cpp
|
|
|
Analytics.h
|
|
|
AndroidAnalytics.cpp
|
|
|
AndroidAnalytics.h
|
|
|
Arm64Emitter.cpp
|
Move SmallVector to Common
|
2023-08-22 13:19:49 +02:00 |
Arm64Emitter.h
|
Arm64Emitter/x64Emitter: Use nodiscard for FixupBranch
|
2023-06-18 09:10:20 +02:00 |
ArmCommon.h
|
|
|
ArmCPUDetect.cpp
|
|
|
ArmFPURoundMode.cpp
|
|
|
Assert.h
|
|
|
BitField.h
|
|
|
BitField.natvis
|
|
|
BitSet.h
|
|
|
BitUtils.h
|
|
|
BlockingLoop.h
|
Common: Convert BlockingLoop::StopMode to enum class
|
2023-06-12 17:12:25 -07:00 |
build_info.txt.in
|
|
|
ChunkFile.h
|
|
|
CMakeLists.txt
|
Merge pull request #12108 from noahpistilli/kd-check-mail
|
2023-09-03 19:52:26 +02:00 |
CodeBlock.h
|
|
|
ColorUtil.cpp
|
|
|
ColorUtil.h
|
|
|
Common.h
|
|
|
CommonFuncs.cpp
|
CommonFuncs: Add GetWin32ErrorString().
|
2023-07-28 08:10:01 +02:00 |
CommonFuncs.h
|
CommonFuncs: Add GetWin32ErrorString().
|
2023-07-28 08:10:01 +02:00 |
CommonPaths.h
|
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
2023-06-11 13:52:34 +02:00 |
CommonTypes.h
|
|
|
CompatPatches.cpp
|
|
|
CPUDetect.h
|
|
|
DynamicLibrary.cpp
|
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
2023-06-11 13:52:34 +02:00 |
DynamicLibrary.h
|
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
2023-06-11 13:52:34 +02:00 |
ENet.cpp
|
|
|
ENet.h
|
|
|
EnumFormatter.h
|
|
|
EnumMap.h
|
|
|
EnumMap.natvis
|
|
|
EnumUtils.h
|
EnumUtils: Add Common::ToUnderlying
|
2023-06-17 07:15:33 -05:00 |
Event.h
|
|
|
FatFsUtil.cpp
|
|
|
FatFsUtil.h
|
|
|
FileSearch.cpp
|
|
|
FileSearch.h
|
|
|
FileUtil.cpp
|
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
2023-06-11 13:52:34 +02:00 |
FileUtil.h
|
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
2023-06-11 13:52:34 +02:00 |
FixedSizeQueue.h
|
|
|
Flag.h
|
|
|
FloatUtils.cpp
|
|
|
FloatUtils.h
|
JitArm64: Resolve deprecated enum conversion warning
|
2023-08-23 14:38:52 -07:00 |
FormatUtil.h
|
|
|
FPURoundMode.h
|
|
|
GekkoDisassembler.cpp
|
GekkoDisassembler: Remove unused parameter dmode from fdabc function
|
2023-07-27 10:47:46 -07:00 |
GekkoDisassembler.h
|
GekkoDisassembler: Remove unused parameter dmode from fdabc function
|
2023-07-27 10:47:46 -07:00 |
GenericCPUDetect.cpp
|
|
|
GenericFPURoundMode.cpp
|
|
|
Hash.cpp
|
|
|
Hash.h
|
|
|
HookableEvent.h
|
|
|
HRWrap.cpp
|
|
|
HRWrap.h
|
|
|
HttpRequest.cpp
|
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
|
2023-09-03 13:05:58 -04:00 |
HttpRequest.h
|
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
|
2023-09-03 13:05:58 -04:00 |
Image.cpp
|
|
|
Image.h
|
|
|
IniFile.cpp
|
|
|
IniFile.h
|
|
|
Inline.h
|
|
|
Intrinsics.h
|
|
|
IOFile.cpp
|
|
|
IOFile.h
|
|
|
JitRegister.cpp
|
|
|
JitRegister.h
|
|
|
Lazy.h
|
|
|
LdrWatcher.cpp
|
|
|
LdrWatcher.h
|
|
|
LinearDiskCache.h
|
|
|
make_scmrev.h.js
|
|
|
MathUtil.h
|
|
|
Matrix.cpp
|
|
|
Matrix.h
|
|
|
MemArena.h
|
Common/MemArena: Add LazyMemoryRegion to represent a zero-initialized memory region whose pages are only allocated on first access.
|
2023-09-02 04:02:10 +02:00 |
MemArenaAndroid.cpp
|
Common/MemArena: A zero-byte allocation is invalid.
|
2023-09-07 14:41:24 +02:00 |
MemArenaUnix.cpp
|
Common/MemArena: A zero-byte allocation is invalid.
|
2023-09-07 14:41:24 +02:00 |
MemArenaWin.cpp
|
Common/MemArena: A zero-byte allocation is invalid.
|
2023-09-07 14:41:24 +02:00 |
MemoryUtil.cpp
|
Jit: Add more error checking to ProtectStack
|
2023-08-29 22:46:50 +02:00 |
MemoryUtil.h
|
Jit: Add more error checking to ProtectStack
|
2023-08-29 22:46:50 +02:00 |
MinizipUtil.h
|
|
|
MsgHandler.cpp
|
|
|
MsgHandler.h
|
|
|
NandPaths.cpp
|
NandPaths: Use initializer_list instead of unordered_set
|
2023-08-12 14:00:41 -07:00 |
NandPaths.h
|
Common: Convert FromWhichRoot to enum class
|
2023-06-13 13:25:22 -07:00 |
Network.cpp
|
Common/Network: Use StrErrorWrapper
|
2023-07-12 20:52:35 +04:00 |
Network.h
|
|
|
PcapFile.cpp
|
|
|
PcapFile.h
|
|
|
PerformanceCounter.cpp
|
|
|
PerformanceCounter.h
|
|
|
Profiler.cpp
|
|
|
Profiler.h
|
|
|
QoSSession.cpp
|
|
|
QoSSession.h
|
|
|
Random.cpp
|
|
|
Random.h
|
|
|
Result.h
|
|
|
scmrev.h.in
|
|
|
SCMRevGen.vcxproj
|
|
|
ScopeGuard.h
|
|
|
SDCardUtil.cpp
|
|
|
SDCardUtil.h
|
|
|
Semaphore.h
|
|
|
SettingsHandler.cpp
|
|
|
SettingsHandler.h
|
|
|
SFMLHelper.cpp
|
|
|
SFMLHelper.h
|
|
|
SmallVector.h
|
Move SmallVector to Common
|
2023-08-22 13:19:49 +02:00 |
SocketContext.cpp
|
|
|
SocketContext.h
|
|
|
SPSCQueue.h
|
|
|
StringLiteral.h
|
|
|
StringUtil.cpp
|
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
|
2023-09-03 13:05:58 -04:00 |
StringUtil.h
|
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
|
2023-09-03 13:05:58 -04:00 |
Swap.h
|
|
|
SymbolDB.cpp
|
|
|
SymbolDB.h
|
Rename Symbol constructor parameter to prevent shadowing
|
2023-06-20 13:38:31 -04:00 |
Thread.cpp
|
|
|
Thread.h
|
|
|
Timer.cpp
|
|
|
Timer.h
|
|
|
TraversalClient.cpp
|
|
|
TraversalClient.h
|
|
|
TraversalProto.h
|
|
|
TraversalServer.cpp
|
Fixed a bug where in the extremely unlikely change that HostIDs collide, a new HostID is generated.
|
2023-07-13 21:33:36 +10:00 |
TypeUtils.h
|
|
|
UPnP.cpp
|
|
|
UPnP.h
|
|
|
VariantUtil.h
|
|
|
Version.cpp
|
|
|
Version.h
|
|
|
WindowsRegistry.cpp
|
|
|
WindowsRegistry.h
|
|
|
WindowSystemInfo.h
|
|
|
WorkQueueThread.h
|
|
|
x64ABI.cpp
|
|
|
x64ABI.h
|
|
|
x64CPUDetect.cpp
|
|
|
x64Emitter.cpp
|
xEmitter: Convert PrefetchLevel to enum class
|
2023-06-17 16:41:32 -07:00 |
x64Emitter.h
|
Merge pull request #11966 from Dentomologist/convert_xemitter_prefetchlevel_to_enum_class
|
2023-06-18 15:17:02 +02:00 |
x64FPURoundMode.cpp
|
|
|
x64Reg.h
|
|
|