mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Update
This commit is contained in:
parent
46182e090b
commit
4f51341fc0
@ -356,6 +356,7 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef _XBOX
|
||||||
static LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
static LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
||||||
WPARAM wparam, LPARAM lparam)
|
WPARAM wparam, LPARAM lparam)
|
||||||
{
|
{
|
||||||
@ -419,6 +420,7 @@ static LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
|
|||||||
|
|
||||||
return DefWindowProc(hwnd, message, wparam, lparam);
|
return DefWindowProc(hwnd, message, wparam, lparam);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static LRESULT CALLBACK WndProcCommon(bool *quit, HWND hwnd, UINT message,
|
static LRESULT CALLBACK WndProcCommon(bool *quit, HWND hwnd, UINT message,
|
||||||
WPARAM wparam, LPARAM lparam)
|
WPARAM wparam, LPARAM lparam)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user