mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(D3D) Menubar works now
This commit is contained in:
parent
eda9b5b7b5
commit
a41f33fb63
@ -101,7 +101,7 @@ LRESULT CALLBACK WindowProc(HWND hWnd, UINT message,
|
||||
{
|
||||
d3d_video_t *d3d = (d3d_video_t*)driver.video_data;
|
||||
HWND d3dr = d3d->hWnd;
|
||||
LRESULT ret = win32_menu_loop(d3dr, message);
|
||||
LRESULT ret = win32_menu_loop(d3dr, wParam);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user