.. |
Config
|
|
|
Crypto
|
Merge pull request #10941 from shuffle2/crypto-cleanup
|
2022-08-05 12:12:34 +02:00 |
Debug
|
|
|
GL
|
GLX: Guard against redefinition of PFNGLXSWAPINTERVALEXTPROC
|
2022-05-29 13:50:32 -04:00 |
Logging
|
Use __VA_OPT__(, ) __VA_ARGS__ instead of ##__VA_ARGS__
|
2022-08-23 12:09:57 -07:00 |
Align.h
|
|
|
Analytics.cpp
|
|
|
Analytics.h
|
|
|
AndroidAnalytics.cpp
|
|
|
AndroidAnalytics.h
|
|
|
Arm64Emitter.cpp
|
Arm64Emitter: Add additional alignment assertions
|
2022-09-18 23:33:24 -07:00 |
Arm64Emitter.h
|
Arm64Emitter: Simplify LogicalImm further
|
2022-07-10 22:17:09 +01:00 |
ArmCommon.h
|
|
|
ArmCPUDetect.cpp
|
CPUDetect: improve win/arm64 support
|
2022-07-25 21:21:11 -07:00 |
ArmFPURoundMode.cpp
|
|
|
Assert.h
|
Use __VA_OPT__(, ) __VA_ARGS__ instead of ##__VA_ARGS__
|
2022-08-23 12:09:57 -07:00 |
BitField.h
|
|
|
BitField.natvis
|
|
|
BitSet.h
|
|
|
BitUtils.h
|
Common: Remove unused stuff from BitUtils.h
|
2022-08-05 17:54:51 +02:00 |
BlockingLoop.h
|
|
|
CDUtils.cpp
|
Move to C++20 for non-MSVC compilers
|
2022-07-30 23:35:53 +01:00 |
CDUtils.h
|
|
|
ChunkFile.h
|
Resolve GCC Warnings
|
2022-06-30 15:26:48 -05:00 |
CMakeLists.txt
|
crypto/sha1: add real workaround for msvc/arm64 bad codegen
|
2022-08-02 23:05:45 -07:00 |
CodeBlock.h
|
Common/CodeBlock: Call ResetCodePtr when decreasing region_size
|
2022-02-12 17:51:32 +01:00 |
ColorUtil.cpp
|
|
|
ColorUtil.h
|
|
|
Common.h
|
|
|
CommonFuncs.cpp
|
|
|
CommonFuncs.h
|
|
|
CommonPaths.h
|
Common: Change default path for Wii SD cards to not be inside the Wii NAND.
|
2022-07-11 23:11:41 +02:00 |
CommonTypes.h
|
|
|
CompatPatches.cpp
|
|
|
CPUDetect.h
|
CPUDetect: improve win/arm64 support
|
2022-07-25 21:21:11 -07:00 |
DebugInterface.h
|
Gekko constistancy changes. Add context item to codeview to show or copy a load/store target memory address from instructions at or near PC when paused.
|
2022-03-17 12:53:38 -07:00 |
DynamicLibrary.cpp
|
|
|
DynamicLibrary.h
|
Common: Make DynamicLibrary non-copyable
|
2022-03-05 23:40:41 +01:00 |
ENetUtil.cpp
|
|
|
ENetUtil.h
|
|
|
EnumFormatter.h
|
Merge pull request #10367 from Pokechu22/fmt-8.1.1
|
2022-01-20 21:14:41 +01:00 |
EnumMap.h
|
EnumMap: Fix typo
|
2022-08-28 22:38:35 -07:00 |
EnumMap.natvis
|
|
|
Event.h
|
|
|
FatFsUtil.cpp
|
FatFsUtil: Skip past entries with invalid filenames.
|
2022-07-11 23:11:42 +02:00 |
FatFsUtil.h
|
Core: In deterministic mode, build SD cards with a consistent filename order and dummy timestamps.
|
2022-07-11 23:11:41 +02:00 |
FileSearch.cpp
|
|
|
FileSearch.h
|
|
|
FileUtil.cpp
|
Common: Change default path for Wii SD cards to not be inside the Wii NAND.
|
2022-07-11 23:11:41 +02:00 |
FileUtil.h
|
Config and UICommon: Add config option and user path for Wii SD card sync folder.
|
2022-07-11 23:11:40 +02:00 |
FixedSizeQueue.h
|
|
|
Flag.h
|
|
|
FloatUtils.cpp
|
|
|
FloatUtils.h
|
|
|
FormatUtil.h
|
|
|
FPURoundMode.h
|
|
|
GekkoDisassembler.cpp
|
Gekko constistancy changes. Add context item to codeview to show or copy a load/store target memory address from instructions at or near PC when paused.
|
2022-03-17 12:53:38 -07:00 |
GekkoDisassembler.h
|
Gekko constistancy changes. Add context item to codeview to show or copy a load/store target memory address from instructions at or near PC when paused.
|
2022-03-17 12:53:38 -07:00 |
GenericCPUDetect.cpp
|
|
|
GenericFPURoundMode.cpp
|
|
|
Hash.cpp
|
Common/Hash: use zlib-ng for adler32. small cleanups.
|
2022-08-01 10:07:27 -07:00 |
Hash.h
|
Common/Hash: use zlib-ng for adler32. small cleanups.
|
2022-08-01 10:07:27 -07:00 |
HRWrap.cpp
|
|
|
HRWrap.h
|
windows: buildfix if pch not used
|
2022-04-12 12:28:57 -07:00 |
HttpRequest.cpp
|
Replace use of of unsigned char* with fmt
|
2022-01-13 11:11:08 -08:00 |
HttpRequest.h
|
|
|
Image.cpp
|
Common::Timer: use chrono::steady_clock internally
|
2022-08-02 22:24:06 -07:00 |
Image.h
|
replace libpng with libspng
|
2022-07-25 18:32:16 -07:00 |
IniFile.cpp
|
StripSpaces: only strip spaces
|
2022-07-25 18:40:12 -07:00 |
IniFile.h
|
Use Common::ToLower and Common::ToUpper
|
2022-01-16 17:00:12 -08:00 |
Inline.h
|
Change _WIN32 check to a _MSC_VER check in Inline.h
|
2022-05-02 01:57:36 -05:00 |
Intrinsics.h
|
|
|
IOFile.cpp
|
IOFile: Rename Clear() to ClearError() for clarity.
|
2022-01-29 06:49:22 +01:00 |
IOFile.h
|
IOFile: Rename Clear() to ClearError() for clarity.
|
2022-01-29 06:49:22 +01:00 |
JitRegister.cpp
|
JitRegister: Use fmt
|
2022-02-16 20:09:38 +00:00 |
JitRegister.h
|
JitRegister: Use fmt
|
2022-02-16 20:09:38 +00:00 |
Lazy.h
|
|
|
LdrWatcher.cpp
|
|
|
LdrWatcher.h
|
|
|
LinearDiskCache.h
|
IOFile: Rename Clear() to ClearError() for clarity.
|
2022-01-29 06:49:22 +01:00 |
make_scmrev.h.js
|
|
|
MathUtil.cpp
|
|
|
MathUtil.h
|
MathUtil: Mark lo in SaturatingCast as [[maybe_unused]]
|
2022-02-13 14:38:59 -08:00 |
Matrix.cpp
|
|
|
Matrix.h
|
Common/Matrix: Add equality operators to TVec2/3/4.
|
2022-09-24 01:38:01 +02:00 |
MemArena.h
|
MemArena: Keep fastmem region mapped on Linux.
|
2022-02-14 22:14:41 +01:00 |
MemArenaAndroid.cpp
|
|
|
MemArenaUnix.cpp
|
MemArena: Keep fastmem region mapped on Linux.
|
2022-02-14 22:14:41 +01:00 |
MemArenaWin.cpp
|
MemArena: Load UnmapViewOfFileEx dynamically to restore Windows 7 support.
|
2022-02-14 21:57:18 +01:00 |
MemoryUtil.cpp
|
MemoryUtil: Remove __builtin_available for macOS 10.14
|
2022-06-01 22:57:56 -04:00 |
MemoryUtil.h
|
|
|
MinizipUtil.h
|
ResourcePack: dont scan for individual files
|
2022-08-06 15:38:46 -07:00 |
MsgHandler.cpp
|
|
|
MsgHandler.h
|
Common: Add [[nodiscard]] to GetStringT().
|
2022-09-23 14:58:18 +02:00 |
NandPaths.cpp
|
|
|
NandPaths.h
|
|
|
Network.cpp
|
Common/Network: Add StrNetworkError helper function
|
2022-08-24 21:05:18 +04:00 |
Network.h
|
BBA/BuiltIn: Add SSDP multicast support
|
2022-08-24 21:29:57 +04:00 |
PcapFile.cpp
|
|
|
PcapFile.h
|
|
|
PerformanceCounter.cpp
|
|
|
PerformanceCounter.h
|
|
|
Profiler.cpp
|
Common::Timer: use chrono::steady_clock internally
|
2022-08-02 22:24:06 -07:00 |
Profiler.h
|
|
|
QoSSession.cpp
|
|
|
QoSSession.h
|
|
|
Random.cpp
|
|
|
Random.h
|
|
|
Result.h
|
|
|
scmrev.h.in
|
|
|
SCMRevGen.vcxproj
|
msbuild: simplify lang/scm projects a bit
|
2022-04-27 15:06:04 -07:00 |
ScopeGuard.h
|
|
|
SDCardUtil.cpp
|
|
|
SDCardUtil.h
|
|
|
Semaphore.h
|
|
|
SettingsHandler.cpp
|
|
|
SettingsHandler.h
|
|
|
SFMLHelper.cpp
|
|
|
SFMLHelper.h
|
|
|
SocketContext.cpp
|
|
|
SocketContext.h
|
|
|
SPSCQueue.h
|
|
|
StringUtil.cpp
|
Merge pull request #10876 from shuffle2/cpudetect
|
2022-07-26 12:52:50 +02:00 |
StringUtil.h
|
Merge pull request #10876 from shuffle2/cpudetect
|
2022-07-26 12:52:50 +02:00 |
Swap.h
|
|
|
SymbolDB.cpp
|
|
|
SymbolDB.h
|
|
|
Thread.cpp
|
|
|
Thread.h
|
|
|
Timer.cpp
|
add TODO for chrono in GetLocalTimeSinceJan1970
|
2022-08-06 22:25:30 -07:00 |
Timer.h
|
Timer: protect usages of ms timers from rollover
|
2022-08-02 22:24:06 -07:00 |
TraversalClient.cpp
|
NetPlayDialog: Display external IP/Port as seen by the traversal server when it's used.
|
2022-03-15 01:56:16 -05:00 |
TraversalClient.h
|
NetPlayDialog: Display external IP/Port as seen by the traversal server when it's used.
|
2022-03-15 01:56:16 -05:00 |
TraversalProto.h
|
NetPlayDialog: Display external IP/Port as seen by the traversal server when it's used.
|
2022-03-15 01:56:16 -05:00 |
TraversalServer.cpp
|
|
|
TypeUtils.h
|
|
|
UPnP.cpp
|
|
|
UPnP.h
|
|
|
VariantUtil.h
|
|
|
Version.cpp
|
Fix static initialisation order fiasco issue for Version variables
|
2022-01-14 00:04:22 +01:00 |
Version.h
|
Fix static initialisation order fiasco issue for Version variables
|
2022-01-14 00:04:22 +01:00 |
WindowSystemInfo.h
|
|
|
WorkQueueThread.h
|
|
|
x64ABI.cpp
|
|
|
x64ABI.h
|
|
|
x64CPUDetect.cpp
|
CPUDetect: improve win/arm64 support
|
2022-07-25 21:21:11 -07:00 |
x64Emitter.cpp
|
|
|
x64Emitter.h
|
|
|
x64FPURoundMode.cpp
|
|
|
x64Reg.h
|
|
|