mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
added additional information like FPS to the status bar
added menu option to activate dual core support git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@11 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -444,6 +444,9 @@ void Callback_VideoCopiedToXFB()
|
||||
if( g_pUpdateFPSDisplay != NULL )
|
||||
g_pUpdateFPSDisplay(temp);
|
||||
|
||||
Host_UpdateStatusBar(temp);
|
||||
|
||||
|
||||
frames = 0;
|
||||
Timer.Update();
|
||||
}
|
||||
|
@ -49,5 +49,6 @@ void Host_SetWaitCursor(bool enable);
|
||||
|
||||
void Host_CreateDisplay();
|
||||
void Host_CloseDisplay();
|
||||
void Host_UpdateStatusBar(const char* _pText);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user