dolphin-emulator/Source/Core/Common/Src
2013-04-14 20:39:56 -05:00
..
Crypto Fix some leaking file handles and buildfix probably. 2013-03-03 19:20:35 -06:00
ArmCPUDetect.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
ArmEmitter.cpp Merge in latest changes to ArmEmitter from the PPSSPP crew. Should fix the dumb random crashes I had from IOS icache clearing not initializing a value. 2013-04-12 11:59:19 -05:00
ArmEmitter.h Merge in latest changes to ArmEmitter from the PPSSPP crew. Should fix the dumb random crashes I had from IOS icache clearing not initializing a value. 2013-04-12 11:59:19 -05:00
Atomic.h
Atomic_GCC.h
Atomic_Win32.h
BreakPoints.cpp Fix incorrect iterator usage in BreakPoints::Clear 2013-01-08 15:02:50 -06:00
BreakPoints.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
CDUtils.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
CDUtils.h
ChunkFile.h ChunkFile has allowed me to accidentally "Do" a non-POD for the last time! 2013-04-09 19:02:22 -05:00
ColorUtil.cpp revert changes to banner background color 2012-12-16 15:29:25 -08:00
ColorUtil.h
Common.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
CommonFuncs.h Fix 32bit Linux. GCC's lrotl/lrotr instrinsic functions are 32bit when building for 32bit, we require 64bit at all times, so keep using our own instead. 2013-04-03 12:43:17 -05:00
CommonPaths.h Removes the Java ButtonManager for one in the C++ source so the OSD class can call in to it each frame for drawing the buttons. Copy our assets to the dolphin-emu directory for now. Remove NativeRenderer, ButtonManager, and Button Java classes since they aren't used anymore. Buttons A, B, and Start all work and are drawn on screen now. Button input on Android is still a bit hacky, needs a proper controller interface still. Android specific button drawing code is still hanging out in SWRenderer.cpp 2013-04-14 20:39:56 -05:00
CommonTypes.h
ConsoleListener.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
ConsoleListener.h Support ANSI color codes in the console logger for Linux/Mac 2012-06-19 12:11:15 +02:00
CPUDetect.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
DebugInterface.h Function definition was not updated. 2012-12-24 00:00:25 +13:00
ExtendedTrace.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
ExtendedTrace.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
FifoQueue.h Make FifoQueue take advantage of rvalue references to avoid std::vector copies. 2013-04-04 19:34:50 -05:00
FileSearch.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
FileSearch.h
FileUtil.cpp real buildfix 2013-04-02 13:07:51 -05:00
FileUtil.h real buildfix 2013-04-02 13:07:51 -05:00
FixedSizeQueue.h
FPURoundMode.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
GenericFPURoundMode.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Hash.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
Hash.h
IniFile.cpp Open std::fstream in a unicode-safe manner. 2013-02-28 19:33:39 -06:00
IniFile.h
LinearDiskCache.h Merge branch 'master' into GLSL-master 2013-03-06 15:59:29 +01:00
Log.h Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
LogManager.cpp Fix a slight leak in LogManager. 2013-03-27 23:39:48 -04:00
LogManager.h This change might work better if I git add the files 2013-03-29 07:31:15 -07:00
MathUtil.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MathUtil.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MemArena.cpp Big commit. Fix running the APK, I had missed a view in the manifest. Clean up the Android EGL context creation to fit more in line with how Dolphin works. This breaks input at the moment as well. Change the memarena from 768MB to 64MB to allow 1GB phones to potentially run it. Rename EGL_X11 back to EGL since this merge brings in some of soreau's changes to more easily allow different platforms like Wayland and Android. Not quite all of the code because some needs to be cleaned up still. 2013-03-24 21:06:34 -05:00
MemArena.h fixes issue 5507 2012-07-11 20:54:50 -07:00
MemoryUtil.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MemoryUtil.h
Misc.cpp Fix "Common" to build with "Unicode" project setting. 2013-02-27 19:19:38 -06:00
MsgHandler.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
MsgHandler.h Oops. Forgot to add the CriticalAlert definitions for windows. 2011-07-15 16:50:54 +00:00
NandPaths.cpp Open std::fstream in a unicode-safe manner. 2013-02-28 19:33:39 -06:00
NandPaths.h
SDCardUtil.cpp Hopefully fix all filename handling to support Unicode. 2013-02-27 20:03:06 -06:00
SDCardUtil.h
stdafx.cpp
stdafx.h
StdConditionVariable.h More MSVC 2010 build fixes 2013-03-29 07:55:56 -07:00
StdMutex.h MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back 2013-03-29 07:53:45 -07:00
StdThread.h MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back 2013-03-29 07:53:45 -07:00
StringUtil.cpp Android mega commit of trash. 2013-03-19 21:53:09 -05:00
StringUtil.h Fix what I broke. 2013-03-03 02:12:24 -06:00
SymbolDB.cpp
SymbolDB.h
SysConf.cpp Fix some minor bugs pointed out by PVS Studio (thanks!) 2012-03-03 20:07:20 +01:00
SysConf.h sysconf SetArayData use the minimum of the buffersize or the dataLength 2012-02-01 00:04:18 -08:00
Thread.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Thread.h MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back 2013-03-29 07:53:45 -07:00
Thunk.h
Timer.cpp Remove more unused code. 2012-11-26 03:48:04 -05:00
Timer.h Remove more unused code. 2012-11-26 03:48:04 -05:00
Version.cpp shader cache based by git revision 2013-02-26 10:48:19 +01:00
VideoBackendBase.cpp Prefer D3D11 and OpenGL over D3D9 by default. 2013-03-23 23:52:30 +01:00
VideoBackendBase.h Mark the Direct3D9 backend deprecated. 2013-03-23 23:53:19 +01:00
x64ABI.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64ABI.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
x64Analyzer.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Analyzer.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64CPUDetect.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Emitter.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Emitter.h Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64FPURoundMode.cpp Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. 2013-03-19 21:51:12 -04:00
x64Thunk.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00