Re-add the show FPS/VPS speed information in the window title when not rendering to main.

Also fix an issue with the DX9 plugin not being the correct size when starting the game in fullscreen at a higher resolution than the desktop resolution.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5375 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-04-15 20:58:34 +00:00
parent 01fc261c2f
commit 4b232e50c5
6 changed files with 21 additions and 3 deletions

View File

@ -248,9 +248,6 @@ void Initialize(void *init)
void Video_Prepare()
{
// Tell the host the window is ready
g_VideoInitialize.pCoreMessage(WM_USER_CREATE);
// Better be safe...
s_efbAccessRequested = FALSE;
s_FifoShuttingDown = FALSE;
@ -269,6 +266,9 @@ void Video_Prepare()
PixelShaderManager::Init();
CommandProcessor::Init();
PixelEngine::Init();
// Tell the host the window is ready
g_VideoInitialize.pCoreMessage(WM_USER_CREATE);
}
void Shutdown()