mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Mistype in WX.cpp
This commit is contained in:
@ -35,7 +35,7 @@ void cInterfaceWX::UpdateFPSDisplay(const char *text)
|
|||||||
|
|
||||||
// Create rendering window.
|
// Create rendering window.
|
||||||
// Call browser: Core.cpp:EmuThread() > main.cpp:Video_Initialize()
|
// 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;
|
int _tx, _ty, _twidth, _theight;
|
||||||
Host_GetRenderWindowSize(_tx, _ty, _twidth, _theight);
|
Host_GetRenderWindowSize(_tx, _ty, _twidth, _theight);
|
||||||
|
Reference in New Issue
Block a user