Ryan Houdek bfdbace69b Merge pull request #3025 from Tilka/fixfix 9 年之前
..
Crypto 30ebb2459e Set copyright year to when a file was created 9 年之前
Logging 6fb8ce58d6 Honor logging settings at startup 9 年之前
Arm64Emitter.cpp 8ae12d8005 [AArch64] Add ASIMD LDR/STR with register offset 9 年之前
Arm64Emitter.h bd196e8c71 Common: CallLambdaTrampoline can return a value 9 年之前
ArmCPUDetect.cpp 3a3b782f3c [AArch64] Detect AES/SHA1/SHA2/CRC32 in CPUDetect. 9 年之前
ArmCommon.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Atomic.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Atomic_GCC.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Atomic_Win32.h 30ebb2459e Set copyright year to when a file was created 9 年之前
BitField.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
BitSet.h 8237004448 JIT: optimize for the common case of unquantized psq_l/st 10 年之前
BlockingLoop.h d31bed8b79 Fifo: Rewrite SyncGpu 9 年之前
BreakPoints.cpp 1214161ad9 Common: Add null checks when adding and removing breakpoints 9 年之前
BreakPoints.h 30ebb2459e Set copyright year to when a file was created 9 年之前
CDUtils.cpp 268f52e054 Add missing license headers 9 年之前
CDUtils.h 268f52e054 Add missing license headers 9 年之前
CMakeLists.txt 59e2225f7d Remove ARMv7 support. 9 年之前
CPUDetect.h 3a3b782f3c [AArch64] Detect AES/SHA1/SHA2/CRC32 in CPUDetect. 9 年之前
ChunkFile.h ebad10f2a1 Common: Fix IsTriviallyCopyable macro for GCC 5 9 年之前
CodeBlock.h bfdbace69b Merge pull request #3025 from Tilka/fixfix 9 年之前
ColorUtil.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
ColorUtil.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Common.h 9e1aab663f Revert "SDL: handle SDL_QUIT event" 9 年之前
Common.vcxproj da9a858dcb Common: Fix a typo in the VS project file 9 年之前
Common.vcxproj.filters 02a3a063c3 Fifo: Extract syncing loop 9 年之前
CommonFuncs.h 59e2225f7d Remove ARMv7 support. 9 年之前
CommonPaths.h 30ebb2459e Set copyright year to when a file was created 9 年之前
CommonTypes.h 30ebb2459e Set copyright year to when a file was created 9 年之前
DebugInterface.h 268f52e054 Add missing license headers 9 年之前
ENetUtil.cpp cefcb0ace9 Update license headers to GPLv2+ 9 年之前
ENetUtil.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
Event.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
FPURoundMode.h 30ebb2459e Set copyright year to when a file was created 9 年之前
FifoQueue.h de5038849e FifoQueue: Use atomics instead of volatile members 9 年之前
FileSearch.cpp 384a1b4e3b Fix DoFileSearch returning the passed-in directories themselves. 9 年之前
FileSearch.h a225426510 Rewrite FileSearch and improve ScanDirectoryTree. 9 年之前
FileUtil.cpp cc8380ee65 Merge pull request #2914 from JosJuice/fix-volumedirectory 9 年之前
FileUtil.h cc8380ee65 Merge pull request #2914 from JosJuice/fix-volumedirectory 9 年之前
FixedSizeQueue.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Flag.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
GekkoDisassembler.cpp 268f52e054 Add missing license headers 9 年之前
GekkoDisassembler.h 268f52e054 Add missing license headers 9 年之前
GenericCPUDetect.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
GenericFPURoundMode.cpp cefcb0ace9 Update license headers to GPLv2+ 9 年之前
Hash.cpp ffe085f5ea [AArch64] Implement CRC32 texture hashing. 9 年之前
Hash.h 30ebb2459e Set copyright year to when a file was created 9 年之前
IniFile.cpp 990d61b786 Skip reading UTF-8 BOM at the beginning of INI files 9 年之前
IniFile.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Intrinsics.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
JitRegister.cpp 69963dc4b0 Merge pull request #2274 from degasus/disable_bbox 9 年之前
JitRegister.h dbe54e63ed Fix building with PCH disabled. 9 年之前
LinearDiskCache.h 30ebb2459e Set copyright year to when a file was created 9 年之前
MathUtil.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
MathUtil.h 30ebb2459e Set copyright year to when a file was created 9 年之前
MemArena.cpp a6437f629c Common: Use more portable invocation of shm_open 9 年之前
MemArena.h 30ebb2459e Set copyright year to when a file was created 9 年之前
MemoryUtil.cpp 2eb553fdb7 Fix FreeBSD build 9 年之前
MemoryUtil.h 0b0f70aad4 Revert "Merge pull request #2358 from Tilka/pie" 9 年之前
Misc.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
MsgHandler.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
MsgHandler.h 30ebb2459e Set copyright year to when a file was created 9 年之前
NandPaths.cpp dc91e8b607 Add a mode to use a dummy Wii NAND. 9 年之前
NandPaths.h dc91e8b607 Add a mode to use a dummy Wii NAND. 9 年之前
Network.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
Network.h 30ebb2459e Set copyright year to when a file was created 9 年之前
PcapFile.cpp cefcb0ace9 Update license headers to GPLv2+ 9 年之前
PcapFile.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
PerformanceCounter.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
PerformanceCounter.h cefcb0ace9 Update license headers to GPLv2+ 9 年之前
Profiler.cpp e7ddaf86f5 Fix building with PCH disabled. 10 年之前
Profiler.h 94d9d138d9 Common: Add a built-in profiler 10 年之前
SCMRevGen.vcxproj 66fdbdd18d Windows: Give SCMRevGen a configuration for x64 instead of Win32. 10 年之前
SDCardUtil.cpp 268f52e054 Add missing license headers 9 年之前
SDCardUtil.h 30ebb2459e Set copyright year to when a file was created 9 年之前
SettingsHandler.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
SettingsHandler.h 30ebb2459e Set copyright year to when a file was created 9 年之前
StdMakeUnique.h 30ebb2459e Set copyright year to when a file was created 9 年之前
StringUtil.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
StringUtil.h 30ebb2459e Set copyright year to when a file was created 9 年之前
SymbolDB.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
SymbolDB.h 30ebb2459e Set copyright year to when a file was created 9 年之前
SysConf.cpp 45b07cbdcd Fix determinism issues with Wiimote netplay. 9 年之前
SysConf.h 30ebb2459e Set copyright year to when a file was created 9 年之前
Thread.cpp 2eb553fdb7 Fix FreeBSD build 9 年之前
Thread.h 23c11b3f27 Thread: Remove unused Barrier class 9 年之前
Timer.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
Timer.h 30ebb2459e Set copyright year to when a file was created 9 年之前
TraversalClient.cpp 8201a52cec Traversal: Use a decent PRNG instead of rand() 10 年之前
TraversalClient.h 8201a52cec Traversal: Use a decent PRNG instead of rand() 10 年之前
TraversalProto.h a629555e6b Added Gui elements in Netplay Setup Diag so a person can choose a traversal server 10 年之前
TraversalServer.cpp 5fff97f3f4 Fix printf width in TraversalServer. 10 年之前
Version.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
XSaveWorkaround.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
make_scmrev.h.js 6833c203a6 Make make_scmrev.h.js recognize "stable" as a stable branch. 9 年之前
x64ABI.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
x64ABI.h 30ebb2459e Set copyright year to when a file was created 9 年之前
x64Analyzer.cpp 30ebb2459e Set copyright year to when a file was created 9 年之前
x64Analyzer.h 30ebb2459e Set copyright year to when a file was created 9 年之前
x64CPUDetect.cpp 8db6588bb9 XEmitter: add FMA4 instructions 9 年之前
x64Emitter.cpp 5ddd2cef6c zfreeze: cache vertex positions 9 年之前
x64Emitter.h 0b0f70aad4 Revert "Merge pull request #2358 from Tilka/pie" 9 年之前
x64FPURoundMode.cpp cefcb0ace9 Update license headers to GPLv2+ 9 年之前