dolphin/Source/Core/Common
2014-09-08 01:03:36 -04:00
..
Crypto
Logging Merge pull request #851 from lioncash/logg 2014-09-06 12:35:19 -07:00
ArmCPUDetect.cpp
ArmEmitter.cpp Common: Inline declare some loop variables in ArmEmitter 2014-09-07 00:26:26 -04:00
ArmEmitter.h
Atomic_GCC.h Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
Atomic_Win32.h Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
Atomic.h
BitField.h
BreakPoints.cpp
BreakPoints.h Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
CDUtils.cpp
CDUtils.h
ChunkFile.h PointerWrap currently checks its mode for every individual byte of everything it 'does', including all of RAM. Make it not do that. 2014-08-28 15:35:19 -04:00
CMakeLists.txt
CodeBlock.h
ColorUtil.cpp Common: Make the LUTs in ColorUtil static 2014-09-02 00:52:13 -04:00
ColorUtil.h
Common.h Common: Remove HAVE_CXX11_SYNTAX define from Common.h 2014-09-06 11:32:19 -04:00
Common.vcxproj msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
Common.vcxproj.filters
CommonFuncs.h msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00
CommonPaths.h
CommonTypes.h
CPUDetect.h Add AVX2/BMI1/BMI2 detection support 2014-08-24 09:14:54 -07:00
DebugInterface.h
Event.h
ExtendedTrace.cpp Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
FileUtil.h
FixedSizeQueue.h Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
Flag.h
FPURoundMode.h
GekkoDisassembler.cpp
GekkoDisassembler.h
GenericFPURoundMode.cpp
Hash.cpp
Hash.h
IniFile.cpp Change IniFile::Section::Set() with default value to use a template. 2014-09-04 03:29:49 -04:00
IniFile.h Change IniFile::Section::Set() with default value to use a template. 2014-09-04 03:29:49 -04:00
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp JIT: implement fres 2014-09-03 12:15:30 -07:00
MathUtil.h Revert "JIT64: optimize CA calculations" 2014-09-05 10:26:30 -07:00
MemArena.cpp Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
NandPaths.h Common: Make TITLEID_SYSMENU a static const variable in NandPaths.h 2014-09-03 18:03:23 -04:00
Network.cpp
Network.h
PcapFile.cpp
PcapFile.h
SCMRevGen.vcxproj
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
SettingsHandler.h
StdMakeUnique.h
StringUtil.cpp Common: Fix a potential infinite loop in ReplaceAll 2014-09-05 15:12:17 -04:00
StringUtil.h DolphinWX: Simplify wiki link construction 2014-09-04 21:30:33 -04:00
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp Common: Remove unused header from Thread.cpp 2014-09-04 09:15:18 -04:00
Thread.h
Timer.cpp
Timer.h
Version.cpp
x64ABI.cpp Remove ABI_AlignStack/ABI_RestoreStack and the noProlog option to ABI_CallFunctionRR. 2014-09-08 01:00:10 -04:00
x64ABI.h Improve code and clarify parameters to ABI_Push/PopRegistersAndAdjustStack. 2014-09-08 00:58:56 -04:00
x64Analyzer.cpp
x64Analyzer.h
x64CPUDetect.cpp Add AVX2/BMI1/BMI2 detection support 2014-08-24 09:14:54 -07:00
x64Emitter.cpp Split some parts of UpdateBoundingBox into multiple lines. Also, 2014-09-06 09:49:27 -05:00
x64Emitter.h Remove ABI_AlignStack/ABI_RestoreStack and the noProlog option to ABI_CallFunctionRR. 2014-09-08 01:00:10 -04:00
x64FPURoundMode.cpp
XSaveWorkaround.cpp