dolphin/Source/Core
Soren Jorvang 39ae36398f Copy the version string obtained from svnversion at runtime instead of
using it as a constant in several places. Saves a few bytes and the time
it takes to recompile a bunch of files whenever svnversion twitches.

Using the SVN version string as an integer is not portable as the Unix
svnversion always includes e.g. the "M" suffix for a modified tree.

Windows people, please check my change to Plugin_VideoDX9/Src/main.cpp
as I don't really understand how _T() and the %hs format string work.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5852 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-08 15:25:01 +00:00
..
AudioCommon Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Common Copy the version string obtained from svnversion at runtime instead of 2010-07-08 15:25:01 +00:00
Core Revise the way that cdrom and dvd rom drives are identified in linux to remove reduntant drive listings. Also no longer checking mount points (in fstap and mtab). This can give redundant listings, and GC/Wii backup discs can not be mounted anyway. This prevents multiple listings from appearing in the GameListCtrl when "Show Drives" is selected. 2010-07-07 19:47:45 +00:00
DebuggerUICommon Simplify the SCons build: 2010-06-10 14:18:21 +00:00
DebuggerWX Debugger enhancements: 2010-07-05 02:05:47 +00:00
DiscIO Revise the way that cdrom and dvd rom drives are identified in linux to remove reduntant drive listings. Also no longer checking mount points (in fstap and mtab). This can give redundant listings, and GC/Wii backup discs can not be mounted anyway. This prevents multiple listings from appearing in the GameListCtrl when "Show Drives" is selected. 2010-07-07 19:47:45 +00:00
DolphinWX Copy the version string obtained from svnversion at runtime instead of 2010-07-08 15:25:01 +00:00
DSPCore Fix a bug in DSP Jit where branches had a blockSize of zero. 2010-06-30 16:17:20 +00:00
InputCommon Fix the nowx build. Do we still want to keep the nowx build? If you do speak up now because soren wants to remove it. 2010-07-08 00:52:46 +00:00
InputUICommon cleanup + some eolz 2010-07-06 13:14:51 +00:00
VideoCommon ok, here goes a really experimental commit: 2010-07-06 22:27:13 +00:00