mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Vulkan) Get rid of g_win32_inited = true line - this is already done
in create_vk_context
This commit is contained in:
parent
e470461b14
commit
5b85d46383
@ -1403,7 +1403,6 @@ LRESULT CALLBACK wnd_proc_vk_dinput(HWND hwnd, UINT message,
|
|||||||
create_vk_context(hwnd, &g_win32->quit);
|
create_vk_context(hwnd, &g_win32->quit);
|
||||||
if (DragAcceptFiles_func)
|
if (DragAcceptFiles_func)
|
||||||
DragAcceptFiles_func(hwnd, true);
|
DragAcceptFiles_func(hwnd, true);
|
||||||
g_win32_inited = true;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1422,7 +1421,6 @@ LRESULT CALLBACK wnd_proc_vk_winraw(HWND hwnd, UINT message,
|
|||||||
create_vk_context(hwnd, &g_win32->quit);
|
create_vk_context(hwnd, &g_win32->quit);
|
||||||
if (DragAcceptFiles_func)
|
if (DragAcceptFiles_func)
|
||||||
DragAcceptFiles_func(hwnd, true);
|
DragAcceptFiles_func(hwnd, true);
|
||||||
g_win32_inited = true;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user