yuzu/src/core/frontend
Lioncash 1230a0e7ce
core/frontend/emu_window: Make GraphicsContext's destructor virtual
This class is used in a polymorphic context, so destruction of the
context will lead to undefined behavior if the destructor isn't virtual.
2019-05-04 01:47:38 -04:00
..
applets web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
emu_window.cpp core/frontend/emu_window: Make GraphicsContext's destructor virtual 2019-05-04 01:47:38 -04:00
emu_window.h core/frontend/emu_window: Make GraphicsContext's destructor virtual 2019-05-04 01:47:38 -04:00
framebuffer_layout.cpp common/math_util: Move contents into the Common namespace 2019-02-27 03:38:39 -05:00
framebuffer_layout.h common/math_util: Move contents into the Common namespace 2019-02-27 03:38:39 -05:00
input.h common/vector_math: Move Vec[x] types into the Common namespace 2019-02-26 22:38:36 -05:00
scope_acquire_window_context.cpp frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. 2019-01-23 19:19:23 -05:00
scope_acquire_window_context.h frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. 2019-01-23 19:19:23 -05:00