yuzu-fork/src/yuzu_cmd
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 yuzu_cmd: Use string_view instead of string for extensions 2019-11-07 01:52:18 -03:00
CMakeLists.txt yuzu_cmd: Split emu_window OpenGL implementation into its own file 2019-05-25 17:47:13 -03:00
config.cpp settings: Add option to set BCAT backend 2019-09-30 17:21:53 -04:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h settings: Add option to set BCAT backend 2019-09-30 17:21:53 -04:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp Add FPS to SDL title bar 2019-09-22 15:49:39 +02:00
yuzu.rc CITRA_ICON -> YUZU_ICON 2018-03-23 16:56:59 +01:00