You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/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.
6 years ago
..
emu_window yuzu_cmd: Use string_view instead of string for extensions 6 years ago
CMakeLists.txt yuzu_cmd: Split emu_window OpenGL implementation into its own file 6 years ago
config.cpp settings: Add option to set BCAT backend 6 years ago
config.h Massive removal of unused modules 7 years ago
default_ini.h settings: Add option to set BCAT backend 6 years ago
resource.h Massive removal of unused modules 7 years ago
yuzu.cpp Add FPS to SDL title bar 6 years ago
yuzu.rc CITRA_ICON -> YUZU_ICON 7 years ago