mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Print the performance status in exactly one place.
Placing the render window at position 0,0 makes it unmovable on OS X. Use the conventional r1234 format for SVN revision numbers. Delete mis-copied .svn directories from the application bundle. Only warn about a failed low-memory allocation if one was requested. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6811 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9bbed569d9
commit
d78be40be9
12 changed files with 40 additions and 22 deletions
|
@ -19,11 +19,11 @@
|
|||
#include "svnrev.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
const char *svn_rev_str = "Dolphin Debug SVN R " SVN_REV_STR;
|
||||
const char *svn_rev_str = "Dolphin Debug SVN r" SVN_REV_STR;
|
||||
#elif defined DEBUGFAST
|
||||
const char *svn_rev_str = "Dolphin Debugfast SVN R " SVN_REV_STR;
|
||||
const char *svn_rev_str = "Dolphin Debugfast SVN r" SVN_REV_STR;
|
||||
#else
|
||||
const char *svn_rev_str = "Dolphin SVN R " SVN_REV_STR;
|
||||
const char *svn_rev_str = "Dolphin SVN r" SVN_REV_STR;
|
||||
#endif
|
||||
|
||||
#ifdef _M_X64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue