.. |
Assembler
|
r32 doesn't exist
|
2024-06-06 13:05:45 -06:00 |
Config
|
Remove references to Debugger.ini
|
2023-11-27 21:38:43 +01:00 |
Crypto
|
Common/Crypto/SHA1: Resolve -Wignored-attributes warnings
|
2023-12-13 13:04:53 -05:00 |
Debug
|
Watches: Make use of std::erase_if
|
2023-12-12 13:24:40 -05:00 |
GL
|
|
|
Logging
|
Common/LogManager: Add logging category for Achievements.
|
2023-09-09 14:47:20 +02:00 |
Align.h
|
|
|
Analytics.cpp
|
|
|
Analytics.h
|
|
|
AndroidAnalytics.cpp
|
|
|
AndroidAnalytics.h
|
|
|
Arm64Emitter.cpp
|
Arm64FloatEmitter: 64-Bit Assert In ABI_PushRegisters
|
2024-05-07 13:51:50 -07:00 |
Arm64Emitter.h
|
JitArm64: Use enum class for LogicalImm size parameter
|
2023-12-16 16:48:26 +01:00 |
ArmCommon.h
|
|
|
ArmCPUDetect.cpp
|
Add OpenBSD/arm64 support.
|
2024-05-22 14:32:37 -04:00 |
ArmFPURoundMode.cpp
|
|
|
Assert.h
|
|
|
BitField.h
|
|
|
BitField.natvis
|
|
|
BitSet.h
|
Merge pull request #12473 from Dentomologist/bitset64_fix_iterator_incrementation
|
2024-01-01 22:03:11 +01:00 |
BitUtils.h
|
Replace Common::BitCast with std::bit_cast
|
2024-05-03 18:43:51 -07:00 |
BlockingLoop.h
|
|
|
build_info.txt.in
|
|
|
ChunkFile.h
|
|
|
CMakeLists.txt
|
Merge pull request #12798 from mitaclaw/branch-watch-tool-fixes-2
|
2024-06-15 16:57:05 +02:00 |
CodeBlock.h
|
JitArm64: Increase farcode & nearcode cache size
|
2024-04-22 08:31:48 +02:00 |
ColorUtil.cpp
|
|
|
ColorUtil.h
|
|
|
Common.h
|
|
|
CommonFuncs.cpp
|
Common: Fix encoding handling in GetWin32ErrorString
|
2023-12-29 16:01:13 +01:00 |
CommonFuncs.h
|
|
|
CommonPaths.h
|
JitCache: Software Profiling Restoration
|
2024-04-09 13:43:31 -07:00 |
CommonTypes.h
|
|
|
CompatPatches.cpp
|
|
|
CPUDetect.h
|
|
|
DynamicLibrary.cpp
|
|
|
DynamicLibrary.h
|
|
|
ENet.cpp
|
Netplay: Fix building on clang 17.
|
2023-11-03 16:15:04 +01:00 |
ENet.h
|
Netplay: Fix building on clang 17.
|
2023-11-03 16:15:04 +01:00 |
EnumFormatter.h
|
|
|
EnumMap.h
|
|
|
EnumMap.natvis
|
|
|
EnumUtils.h
|
|
|
Event.h
|
|
|
FatFsUtil.cpp
|
FatFsUtil: Generate a non-partitioned image in our folder-to-sdcard conversion.
|
2024-06-04 15:17:05 -05:00 |
FatFsUtil.h
|
|
|
FileSearch.cpp
|
|
|
FileSearch.h
|
|
|
FileUtil.cpp
|
RetroAchievements: Put "RetroAchievements.ini" in the correct config location for POSIX
|
2024-04-14 21:47:41 -07:00 |
FileUtil.h
|
JitCache: Software Profiling Restoration
|
2024-04-09 13:43:31 -07:00 |
FixedSizeQueue.h
|
|
|
Flag.h
|
|
|
FloatUtils.cpp
|
Replace Common::BitCast with std::bit_cast
|
2024-05-03 18:43:51 -07:00 |
FloatUtils.h
|
Replace Common::BitCast with std::bit_cast
|
2024-05-03 18:43:51 -07:00 |
FormatUtil.h
|
|
|
FPURoundMode.h
|
|
|
GekkoDisassembler.cpp
|
|
|
GekkoDisassembler.h
|
|
|
GenericCPUDetect.cpp
|
|
|
GenericFPURoundMode.cpp
|
|
|
Hash.cpp
|
Remove redundant 32-bit code
|
2023-11-28 23:03:26 +11:00 |
Hash.h
|
|
|
HookableEvent.h
|
Common/HookableEvent: std::move callback instance in Register()
|
2024-01-31 13:16:50 -05:00 |
HRWrap.cpp
|
fmt 10.0.0-10.1.1 compile fixes
|
2023-09-21 01:19:23 +02:00 |
HRWrap.h
|
fmt 10.0.0-10.1.1 compile fixes
|
2023-09-21 01:19:23 +02:00 |
HttpRequest.cpp
|
Common/HTTP: Implement Multiform
|
2023-12-01 19:52:21 +01:00 |
HttpRequest.h
|
Common/HTTP: Implement Multiform
|
2023-12-01 19:52:21 +01:00 |
Image.cpp
|
|
|
Image.h
|
|
|
IniFile.cpp
|
|
|
IniFile.h
|
|
|
Inline.h
|
|
|
Intrinsics.h
|
Remove _M_X86 in favour of _M_X86_64
|
2023-11-28 23:03:20 +11:00 |
IOFile.cpp
|
Added CopyReader to BlobReader and all subclasses
|
2023-10-01 09:04:06 -04:00 |
IOFile.h
|
IOFile: avoid clearing errors on null file struct
|
2024-02-11 20:55:31 -05:00 |
JitRegister.cpp
|
|
|
JitRegister.h
|
|
|
JsonUtil.cpp
|
Common: add file serialization/deserialization functions for JSON
|
2024-05-31 22:36:12 -05:00 |
JsonUtil.h
|
Common: update json util function for converting to numeric value to use a static_cast. As discussed, a Saturating cast doesn't make sense when converting a double to a float
|
2024-05-31 23:08:05 -05:00 |
Lazy.h
|
|
|
LdrWatcher.cpp
|
|
|
LdrWatcher.h
|
|
|
LinearDiskCache.h
|
|
|
make_scmrev.h.js
|
Replace SCM_IS_MASTER with SCM_COMMITS_AHEAD_MASTER
|
2024-03-23 16:48:52 -05:00 |
MathUtil.h
|
|
|
Matrix.cpp
|
Common: add determinant functions to Matrix33 and Matrix44
|
2024-01-24 23:02:57 -06:00 |
Matrix.h
|
Common: add determinant functions to Matrix33 and Matrix44
|
2024-01-24 23:02:57 -06:00 |
MemArena.h
|
Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks into the large memory region as needed.
|
2023-12-09 21:11:31 +01:00 |
MemArenaAndroid.cpp
|
Common/MemArena: A zero-byte allocation is invalid.
|
2023-09-07 14:41:24 +02:00 |
MemArenaUnix.cpp
|
Common/MemArena: Set MAP_NORESERVE in LazyMemoryRegion on Linux.
|
2023-09-10 14:52:34 +02:00 |
MemArenaWin.cpp
|
Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks into the large memory region as needed.
|
2023-12-09 21:11:31 +01: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
|
|
|
Network.cpp
|
Replace Common::BitCast with std::bit_cast
|
2024-05-03 18:43:51 -07:00 |
Network.h
|
|
|
PcapFile.cpp
|
BBA/HLE: Fix random PCAP file corruption
|
2023-11-23 22:07:44 +04:00 |
PcapFile.h
|
|
|
Profiler.cpp
|
|
|
Profiler.h
|
|
|
QoSSession.cpp
|
|
|
QoSSession.h
|
|
|
Random.cpp
|
|
|
Random.h
|
|
|
Result.h
|
|
|
scmrev.h.in
|
Replace SCM_IS_MASTER with SCM_COMMITS_AHEAD_MASTER
|
2024-03-23 16:48:52 -05:00 |
SCMRevGen.vcxproj
|
|
|
ScopeGuard.h
|
|
|
SDCardUtil.cpp
|
|
|
SDCardUtil.h
|
|
|
Semaphore.h
|
|
|
SettingsHandler.cpp
|
Eliminate SettingsHandler's SetBytes and Reset methods
|
2024-04-23 17:19:01 -07:00 |
SettingsHandler.h
|
Eliminate SettingsHandler's SetBytes and Reset methods
|
2024-04-23 17:19:01 -07:00 |
SFMLHelper.cpp
|
|
|
SFMLHelper.h
|
|
|
SmallVector.h
|
JitArm64: Add utility for calling a function with arguments
|
2023-11-01 19:01:58 +01:00 |
SocketContext.cpp
|
Socket: Fix connect issues when using ReShade
|
2024-06-11 12:18:42 +04:00 |
SocketContext.h
|
rewrite tapserver interface for better error handling
|
2024-03-17 18:37:55 -07:00 |
SpanUtils.h
|
VideoCommon: Use GetSpanForAddress safely in texture decoding
|
2024-04-20 18:31:08 +02:00 |
SPSCQueue.h
|
|
|
StringLiteral.h
|
|
|
StringUtil.cpp
|
improve NetBSD-specific code
|
2024-05-03 15:12:29 +00:00 |
StringUtil.h
|
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
|
2023-09-03 13:05:58 -04:00 |
Swap.h
|
fmt 10.0.0-10.1.1 compile fixes
|
2023-09-21 01:19:23 +02:00 |
SymbolDB.cpp
|
|
|
SymbolDB.h
|
|
|
Thread.cpp
|
|
|
Thread.h
|
|
|
Timer.cpp
|
|
|
Timer.h
|
|
|
TimeUtil.cpp
|
Common: Add utility function that wraps localtime_s() or localtime_t().
|
2024-02-18 04:40:25 +01:00 |
TimeUtil.h
|
Common: Add utility function that wraps localtime_s() or localtime_t().
|
2024-02-18 04:40:25 +01:00 |
TraversalClient.cpp
|
TraversalClient: Resolve -Wsign-compare warning
|
2023-12-11 18:01:29 -05:00 |
TraversalClient.h
|
|
|
TraversalProto.h
|
|
|
TraversalServer.cpp
|
Common/TraversalServer: Make use of fmt more
|
2023-12-18 13:08:57 -05:00 |
TypeUtils.h
|
|
|
Unreachable.h
|
BranchWatchTableModel: Assume Unreachable Code Truly Is
|
2024-06-05 19:59:39 -07:00 |
UPnP.cpp
|
|
|
UPnP.h
|
|
|
VariantUtil.h
|
|
|
Version.cpp
|
Add user agent to headers for all RetroAchievements server calls
|
2024-06-03 00:24:43 -04:00 |
Version.h
|
Add user agent to headers for all RetroAchievements server calls
|
2024-06-03 00:24:43 -04:00 |
WindowsRegistry.cpp
|
|
|
WindowsRegistry.h
|
|
|
WindowSystemInfo.h
|
|
|
WorkQueueThread.h
|
|
|
x64ABI.cpp
|
|
|
x64ABI.h
|
|
|
x64CPUDetect.cpp
|
|
|
x64Emitter.cpp
|
|
|
x64Emitter.h
|
PPCCache: Avoid Global System Accessor
|
2024-04-08 19:49:57 -07:00 |
x64FPURoundMode.cpp
|
|
|
x64Reg.h
|
|
|