dolphin/Source/Core
Glenn Rice cde1c5bd60 Remove the PIC linker flag for DSP on linux.
Fix some debugger issues.  Still need to get sound window working, but the invalid id panic alert is fixed.
Also, a ";" as a comment in an ini file is now only allowed at the beginning of a line.  The debugger has settings strings with semicolons in them.  That completely broke the debugger.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6989 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-30 17:04:12 +00:00
..
AudioCommon Remove the PIC linker flag for DSP on linux. 2011-01-30 17:04:12 +00:00
Common Remove the PIC linker flag for DSP on linux. 2011-01-30 17:04:12 +00:00
Core Move async checking for pressed keys into Host_GetKeyState() 2011-01-30 16:40:38 +00:00
DebuggerUICommon Remove the PIC linker flag for DSP on linux. 2011-01-30 17:04:12 +00:00
DebuggerWX Remove the PIC linker flag for DSP on linux. 2011-01-30 17:04:12 +00:00
DiscIO Be a little more careful about the use of SSE. 2011-01-29 11:40:20 +00:00
DolphinWX Remove the PIC linker flag for DSP on linux. 2011-01-30 17:04:12 +00:00
InputCommon Guard against controller instances without any inputs. 2011-01-30 08:12:34 +00:00
VideoCommon Virtual base classes should have a virtual destructor. 2011-01-30 01:58:54 +00:00
VideoUICommon Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs express doesn't like them) 2011-01-27 10:41:26 +00:00
CMakeLists.txt Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00