dolphin/Source/Core/Common/Src
LPFaint99 99173df0ff revert r3889
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3890 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-27 04:19:26 +00:00
..
ABI.cpp Fix a DSP disasm problem, misc minor stuff .. not much to see here 2009-07-11 10:18:25 +00:00
ABI.h Some code cleanup 2009-03-28 08:57:34 +00:00
Atomic_GCC.h Some Fixes, compile fix in Linux. Comments, etc 2009-07-13 07:31:43 +00:00
Atomic_Win32.h Fix 32-bit Windows build 2009-07-13 16:32:51 +00:00
Atomic.h Atomic operations library. 2009-07-13 05:38:34 +00:00
BreakPoints.cpp build fixing 2009-06-28 15:52:15 +00:00
BreakPoints.h cleanup: extract breakpoint code into Common. only have one shared PPCDebugInterface. 2009-06-28 12:15:31 +00:00
CDUtils.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
CDUtils.h Some code cleanup 2009-03-28 08:57:34 +00:00
ChunkFile.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
ChunkFile.h Some code cleanup 2009-03-28 08:57:34 +00:00
ColorUtil.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
ColorUtil.h Some code cleanup 2009-03-28 08:57:34 +00:00
Common.h Rearrange LogManager includes. The main purpose is to make it possible to modify Thread.h without recompiling the whole entire project. 2009-07-12 21:58:32 +00:00
CommonFuncs.h createtest fixes and compile fixes for linux 2009-06-17 21:44:03 +00:00
CommonPaths.h MemoryWindow will now dump aram instead of ram - if you are viewing aram 2009-06-30 21:11:39 +00:00
CommonTypes.h DSPSpy: Hide loop stack registers - they aren't relevant for most investigations. 2009-05-01 15:17:03 +00:00
ConsoleListener.cpp Small warning fix. 2009-06-28 20:07:38 +00:00
CPUDetect.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
CPUDetect.h Some code cleanup 2009-03-28 08:57:34 +00:00
DebugInterface.h Roll back R3801. Dolphin works again. Seriously, if you're not even testing huge freaking changes like this... 2009-07-15 20:15:34 +00:00
DynamicLibrary.cpp DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first. 2009-04-12 10:21:40 +00:00
DynamicLibrary.h Some code cleanup 2009-03-28 08:57:34 +00:00
ExtendedTrace.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
ExtendedTrace.h Some code cleanup 2009-03-28 08:57:34 +00:00
FileSearch.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
FileSearch.h Some code cleanup 2009-03-28 08:57:34 +00:00
FileUtil.cpp Rearrange LogManager includes. The main purpose is to make it possible to modify Thread.h without recompiling the whole entire project. 2009-07-12 21:58:32 +00:00
FileUtil.h Post-processing: Added options to graphics config dialog. 2009-06-09 19:40:47 +00:00
FixedSizeQueue.h Some code cleanup 2009-03-28 08:57:34 +00:00
Hash.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
Hash.h Some code cleanup 2009-03-28 08:57:34 +00:00
IniFile.cpp A compile fix for Linux/OSX in InfoWindow.cpp and also get OSX to stop crashing from loading the audio backend. It's a pretty bad way to do it, but I couldn't find another way. Now to figure out why SMS looks horrible in OSX 2009-04-25 16:47:45 +00:00
IniFile.h Some code cleanup 2009-03-28 08:57:34 +00:00
Log.h Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
LogManager.cpp Add log for MEMCARD_MANAGER (requires an almost complete rebuild :( sorry) 2009-07-18 01:16:17 +00:00
LogManager.h Rearrange LogManager includes. The main purpose is to make it possible to modify Thread.h without recompiling the whole entire project. 2009-07-12 21:58:32 +00:00
MathUtil.cpp Sorry for intruding in to the core. Fixed NoGUI mode in Linux, add back the instruction names as comments in the JIT tables, was a bit hard to find certain instructions.Trying to find a good way to get The JIT dependencies removed in a nice fashion 2009-07-13 06:34:12 +00:00
MathUtil.h Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
MemArena.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
MemArena.h Some code cleanup 2009-03-28 08:57:34 +00:00
MemoryUtil.cpp Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
MemoryUtil.h Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
Misc.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
MsgHandler.cpp Debugging: Added 'insert nop' to menu, added 'show history' code for interpreter mode 2009-06-09 05:26:39 +00:00
MsgHandler.h DSP: add a crazy little shell script that will build DSPCore into DSPSpy. make DSPCore build in gekko mode. re-add GC-pad controls to DSPSpy (now it can run inside Dolphin, kind of neat but not super useful for the obvious reasons). 2009-05-03 11:15:17 +00:00
Plugin.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
Plugin.h Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
PluginDSP.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
PluginDSP.h DSP: Add cycles parameter to all Update functions in HLE, might be useful someday :p A couple more signatures for the idle skip detector. no big functional changes 2009-04-08 18:36:53 +00:00
PluginPAD.cpp remove PAD_GetAttachedPads() from PadSimple and nJoy (and plugin specs). It hasn't done anything except get in the way/cause confusion since changing SI devices was added. Also I declare PadSimpleEvent and nJoy .4 as dead/rotting code. someone can feel free to prove me wrong...but know they are on my hitlist :p 2009-07-11 00:27:32 +00:00
PluginPAD.h remove PAD_GetAttachedPads() from PadSimple and nJoy (and plugin specs). It hasn't done anything except get in the way/cause confusion since changing SI devices was added. Also I declare PadSimpleEvent and nJoy .4 as dead/rotting code. someone can feel free to prove me wrong...but know they are on my hitlist :p 2009-07-11 00:27:32 +00:00
PluginVideo.cpp Better TV emulation. Seems to fix problem in 50 Hz PAL games where frames go backwards. 2009-07-15 22:20:59 +00:00
PluginVideo.h Better TV emulation. Seems to fix problem in 50 Hz PAL games where frames go backwards. 2009-07-15 22:20:59 +00:00
PluginWiimote.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
PluginWiimote.h Some code cleanup 2009-03-28 08:57:34 +00:00
SConscript cleanup: extract breakpoint code into Common. only have one shared PPCDebugInterface. 2009-06-28 12:15:31 +00:00
SDCardUtil.cpp Linux compile fix 2009-07-13 01:30:37 +00:00
SDCardUtil.h gah, some missing files from last commit... 2009-04-22 17:06:26 +00:00
Setup.h Fixed one of the two remaining crash on Stop (issue 600), and removed some setup defines which are now useless anyway. 2009-07-15 15:09:20 +00:00
stdafx.cpp Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
stdafx.h Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
StringUtil.cpp Path is now correctly X:\ on windows instead of X:\/ 2009-07-04 04:24:52 +00:00
StringUtil.h New DSP debugger: step one. (not ready yet, but try loading zelda WW and look at the dsp debugger..). 2009-06-21 08:39:21 +00:00
svnrev_template.h revert r3889 2009-07-27 04:19:26 +00:00
SymbolDB.cpp Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
SymbolDB.h Fix up all copyright dates. 2009-07-26 11:51:40 +00:00
Thread.cpp Fixed one of the two remaining crash on Stop (issue 600), and removed some setup defines which are now useless anyway. 2009-07-15 15:09:20 +00:00
Thread.h Corrections to r3875. 2009-07-23 22:02:03 +00:00
Thunk.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
Thunk.h Some code cleanup 2009-03-28 08:57:34 +00:00
Timer.cpp Rearrange LogManager includes. The main purpose is to make it possible to modify Thread.h without recompiling the whole entire project. 2009-07-12 21:58:32 +00:00
Timer.h Rearrange LogManager includes. The main purpose is to make it possible to modify Thread.h without recompiling the whole entire project. 2009-07-12 21:58:32 +00:00
x64Analyzer.cpp More clean up's. 2009-05-06 21:32:42 +00:00
x64Analyzer.h More clean up's. 2009-05-06 21:32:42 +00:00
x64Emitter.cpp Remove instructions which don't actually exist. 2009-07-04 00:09:12 +00:00
x64Emitter.h Fix a DSP disasm problem, misc minor stuff .. not much to see here 2009-07-11 10:18:25 +00:00