yuzu/src/yuzu_cmd/emu_window
ReinUsesLisp 028b1a34a9
yuzu_cmd: Use string_view instead of string for extensions
Avoids potential allocations due to the usage of std::string on strings
that we know at compile time. Most of these might fit in SSO, but it
adds complexity that can be easily avoided with string views.
2019-11-07 01:52:18 -03:00
..
emu_window_sdl2.cpp SDL: Fix missing header 2019-10-04 18:14:11 -04:00
emu_window_sdl2.h Add FPS to SDL title bar 2019-09-22 15:49:39 +02:00
emu_window_sdl2_gl.cpp yuzu_cmd: Use string_view instead of string for extensions 2019-11-07 01:52:18 -03:00
emu_window_sdl2_gl.h yuzu_cmd: Split emu_window OpenGL implementation into its own file 2019-05-25 17:47:13 -03:00