dolphin/Source/Core/Common
Lioncash 81e11b2406 x64Emitter: Amend parameter ordering for WriteModRM()'s prototype
The definition of the function uses the ordering {mod, reg, rm}, which
is correct. Match the prototype to this, so that the parameter list
isn't misleading.
2018-05-30 09:30:24 -04:00
..
Compat
Config Config: Make Load() and Save() slightly faster 2018-05-23 16:07:18 +02:00
Crypto Move ECCSignature to Common::ec and give it a less confusing name 2018-05-27 14:01:38 +02:00
Debug MemoryPatches: In-class initialize is_enabled state for MemoryPatch instances 2018-05-29 18:04:06 -04:00
GL
Logging Common: Remove unnecessary ~9 year old LOGGING preprocessor define 2018-05-27 21:33:25 -04:00
Align.h
Analytics.cpp
Analytics.h
Arm64Emitter.cpp Arm64Emitter: Use Common::BitCast where applicable 2018-05-29 18:19:01 -04:00
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp
Assert.h
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h
BitField.natvis
BitSet.h
BitUtils.h
BlockingLoop.h
CDUtils.cpp CDUtils: Remove unused parameter in IsCDROM() 2018-05-27 18:48:23 -04:00
CDUtils.h CDUtils: Amend function names 2018-05-27 18:48:09 -04:00
ChunkFile.h
CMakeLists.txt DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
CodeBlock.h
ColorUtil.cpp ColorUtil: Amend function name casing 2018-05-27 21:04:48 -04:00
ColorUtil.h ColorUtil: Amend function name casing 2018-05-27 21:04:48 -04:00
Common.h Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
Common.vcxproj DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
Common.vcxproj.filters DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
CommonFuncs.cpp
CommonFuncs.h
CommonPaths.h
CommonTypes.h
CompatPatches.cpp
CPUDetect.h
DebugInterface.h DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
ENetUtil.cpp
ENetUtil.h
Event.h
File.cpp
File.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp
FileUtil.h
FixedSizeQueue.h
Flag.h
FloatUtils.cpp
FloatUtils.h
FPURoundMode.h
GekkoDisassembler.cpp Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
GekkoDisassembler.h Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp
Hash.h
HttpRequest.cpp Common/HttpRequest: Add option to set cookies 2018-05-29 03:56:28 +02:00
HttpRequest.h Common/HttpRequest: Add option to set cookies 2018-05-29 03:56:28 +02:00
Image.cpp Fix compatibility with versions of libpng older than 1.5 2018-05-20 13:44:42 +02:00
Image.h
IniFile.cpp
IniFile.h
Intrinsics.h
JitRegister.cpp
JitRegister.h
Lazy.h
LdrWatcher.cpp
LdrWatcher.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp
MathUtil.h
MD5.cpp
MD5.h
MemArena.cpp
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
NandPaths.h
Network.cpp
Network.h
PcapFile.cpp PcapFile: Namespace code under the Common namespace 2018-05-29 17:56:15 -04:00
PcapFile.h PcapFile: Namespace code under the Common namespace 2018-05-29 17:56:15 -04:00
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp
Profiler.h
QoSSession.cpp
QoSSession.h
Result.h
scmrev.h.in
SCMRevGen.vcxproj
ScopeGuard.h
SDCardUtil.cpp
SDCardUtil.h
Semaphore.h
SettingsHandler.cpp
SettingsHandler.h
SPSCQueue.h
StringUtil.cpp
StringUtil.h
Swap.h
SymbolDB.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
SymbolDB.h SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
Thread.cpp
Thread.h
Timer.cpp
Timer.h
TraversalClient.cpp
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
UPnP.cpp
UPnP.h
Version.cpp
Version.h
WorkQueueThread.h
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp
x64Emitter.cpp
x64Emitter.h x64Emitter: Amend parameter ordering for WriteModRM()'s prototype 2018-05-30 09:30:24 -04:00
x64FPURoundMode.cpp
x64Reg.h