mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Make titlebar and about dialog fancy for cmake build.
Windows needs fixing.
This commit is contained in:
parent
95fd6e925c
commit
e8fe15c3f7
13 changed files with 54 additions and 24 deletions
|
@ -265,7 +265,7 @@ unsigned int VideoSoftware::PeekMessages()
|
|||
void VideoSoftware::UpdateFPSDisplay(const char *text)
|
||||
{
|
||||
char temp[100];
|
||||
snprintf(temp, sizeof temp, "%s | Software | %s", svn_rev_str, text);
|
||||
snprintf(temp, sizeof temp, "%s | Software | %s", scm_rev_str, text);
|
||||
OpenGL_SetWindowText(temp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue