dolphin/Source/Core/DolphinWX
Soren Jorvang 955e3abe9e Clean out the long since bit-rotted video profiling code.
Profiler.{cpp,h} also happened to be the only dupliated
filenames left in Source, the absence of which should make
link-time optimization easier to get working.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6935 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-27 21:57:36 +00:00
..
Src 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
resources Hg: 2010-06-09 01:37:08 +00:00
CMakeLists.txt Don't bother with a separate NSApplication thread. 2011-01-15 11:05:22 +00:00
Dolphin.vcxproj Clean out the long since bit-rotted video profiling code. 2011-01-27 21:57:36 +00:00
DolphinWX.rc Hg: 2010-06-09 01:37:08 +00:00
DolphinWX.vcproj Don't bother with a separate NSApplication thread. 2011-01-15 11:05:22 +00:00
DolphinWX.vcproj.user Meta: 2010-06-02 18:00:22 +00:00
resource.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00