dolphin/Source/Core/Common
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
..
Src Remove the PIC linker flag for DSP on linux. 2011-01-30 17:04:12 +00:00
CMakeLists.txt Linux build fix. 2011-01-28 20:07:32 +00:00
Common.vcproj a little more cleanup. 2011-01-28 19:55:21 +00:00
Common.vcxproj Replaced Common::Thread with a partial implementation of std::thread. (rvalue references are used if available, <thread> is used if possible) Eliminates the need to use dynamic memory allocation for threads, so it's impossible to forget to delete a thread or set a pointer to NULL. Enables use of type-safe thread functions, no need to cast to and from void*. I've made sure the code compiles in vs08 and tested the functionality of "StdThread.h" on Linux so I'm hoping everything will work :p. In the future "StdThread.h" can be removed (maybe when OS X ships with gcc 4.4 and vs2015 is released :p). 2011-01-27 20:47:58 +00:00
SVNRevGen.vcproj ok...svnrev crap finally under control? please? 2010-08-08 16:34:32 +00:00
SVNRevGen.vcxproj Various minor fixes to allow building with clang on OS X. 2011-01-27 05:01:00 +00:00
SubWCRev.exe replace SubWCRev.exe with a statically linked one... >.> 2009-03-22 22:11:27 +00:00
make_svnrev.h.vbs ok...svnrev crap finally under control? please? 2010-08-08 16:34:32 +00:00