dolphin/Source/Core/Common
skidau 613cae613a Added a RAM Watch window to the debugger
Conflicts:
	Source/Core/Core/HW/Memmap.cpp
	Source/Core/Core/HW/Memmap.h
	Source/Core/DolphinWX/Debugger/CodeWindow.h
2014-10-26 14:56:02 +11:00
..
Crypto
Logging
Arm64Emitter.cpp
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
ArmEmitter.cpp Changes from ARMv6 NOP to ARMv7 NOP. 2014-10-21 14:17:07 +00:00
ArmEmitter.h
Atomic.h
Atomic_GCC.h
Atomic_Win32.h
BitField.h BitField: Fix a typo in the sample usage. 2014-10-24 13:33:02 -04:00
BreakPoints.cpp Added a RAM Watch window to the debugger 2014-10-26 14:56:02 +11:00
BreakPoints.h Added a RAM Watch window to the debugger 2014-10-26 14:56:02 +11:00
CDUtils.cpp Improve some libcdio CoreFoundation code. 2014-10-21 21:20:11 -04:00
CDUtils.h
ChunkFile.h
CMakeLists.txt Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
CodeBlock.h
ColorUtil.cpp
ColorUtil.h
Common.h Remove useless STACKALIGN macro. 2014-09-30 01:42:47 -04:00
Common.vcxproj
Common.vcxproj.filters
CommonFuncs.h Revert "Removes ARMv7 specific byteswap routines from CommonFuncs.h" 2014-10-25 15:28:04 -05:00
CommonPaths.h Read game title from ini file, or titles.txt if it exists. 2014-10-22 22:19:40 -04:00
CommonTypes.h
CPUDetect.h Fix the brand/cpu_string reversal. 2014-10-24 16:09:21 -04:00
DebugInterface.h Added a RAM Watch window to the debugger 2014-10-26 14:56:02 +11:00
Event.h
ExtendedTrace.cpp
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp Read game title from ini file, or titles.txt if it exists. 2014-10-22 22:19:40 -04:00
FileUtil.h Read game title from ini file, or titles.txt if it exists. 2014-10-22 22:19:40 -04:00
FixedSizeQueue.h
Flag.h
FPURoundMode.h
GekkoDisassembler.cpp GekkoDisassembler: show W and I in psq_l/psq_st disassembly 2014-09-28 17:01:35 -07:00
GekkoDisassembler.h
GenericCPUDetect.cpp Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
GenericFPURoundMode.cpp
Hash.cpp Use CRC to output 64 bits instead of 32 2014-10-18 00:24:35 -07:00
Hash.h
IniFile.cpp
IniFile.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp
MathUtil.h
MemArena.cpp Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
NandPaths.h
Network.cpp
Network.h
PcapFile.cpp
PcapFile.h
SCMRevGen.vcxproj
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp
SettingsHandler.h
StdMakeUnique.h
StringUtil.cpp
StringUtil.h
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp
Thread.h
Timer.cpp
Timer.h
Version.cpp Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
x64ABI.cpp x64 emitter: Add some more missing ops (MOVDQA, MOVDQU, PSHUFHW) 2014-10-10 18:30:05 +02:00
x64ABI.h
x64Analyzer.cpp JIT: Reuse trampolines when possible 2014-10-05 15:03:11 +11:00
x64Analyzer.h JIT: Reuse trampolines when possible 2014-10-05 15:03:11 +11:00
x64CPUDetect.cpp Fix the brand/cpu_string reversal. 2014-10-24 16:09:21 -04:00
x64Emitter.cpp Merge pull request #995 from FioraAeterna/fma 2014-10-12 13:56:18 +11:00
x64Emitter.h Merge pull request #995 from FioraAeterna/fma 2014-10-12 13:56:18 +11:00
x64FPURoundMode.cpp
XSaveWorkaround.cpp