yuzu/src/core/frontend
lat9nq 1f24a4e520 emu_window: Create a way to Cancel the exit of a Scoped
If a GraphicsContext is destroyed before its Scoped is destroyed, this
causes a crash as the Scoped tries to call a method in the destroyed
context on exit.

Add a way to Cancel the call when we know that calling the
GraphicsContext will not work.
2022-03-07 18:21:56 -05:00
..
applets general: Rename NewUUID to UUID, and remove the previous UUID impl 2022-02-05 13:56:21 -05:00
emu_window.cpp core/emu_window: Remove touch input 2021-11-24 20:30:23 -06:00
emu_window.h emu_window: Create a way to Cancel the exit of a Scoped 2022-03-07 18:21:56 -05:00
framebuffer_layout.cpp Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
framebuffer_layout.h Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00