goldberg_emulator/ImGui/impls/windows
Nemirtingas 145cbfdffd Fix crash on some games using DX11.
The line: "ctx->PSGetSamplers(0, 1, &old.PSSampler);" will fail silently (no return code) but will not modify old.PSSampler making the game crash when accessing uninitialized memory.
2020-11-17 17:15:16 +00:00
..
imgui_impl_dx9.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx9.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx10.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx10.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx11.cpp Fix crash on some games using DX11. 2020-11-17 17:15:16 +00:00
imgui_impl_dx11.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx12.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx12.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_win32.cpp Fix menu buttons not working in Aoe2DE. 2020-01-26 09:45:54 -05:00
imgui_impl_win32.h Moved every platform specific code to their own folder 2019-09-01 20:48:27 +02:00