Mistype in WX.cpp

This commit is contained in:
Ryan Houdek 2012-12-25 19:18:03 -06:00
parent 01953ff64a
commit c884dbf654

View File

@ -35,7 +35,7 @@ void cInterfaceWX::UpdateFPSDisplay(const char *text)
// Create rendering window.
// Call browser: Core.cpp:EmuThread() > main.cpp:Video_Initialize()
bool cInterfaceWX::CreateCreate(void *&window_handle)
bool cInterfaceWX::CreateWindow(void *&window_handle)
{
int _tx, _ty, _twidth, _theight;
Host_GetRenderWindowSize(_tx, _ty, _twidth, _theight);