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
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt
We can make the enum class type compatible with fmt by providing an
overload of operator<<.

While we're at it, perform proper bounds checking. If something exceeds
the array, it should be a hard fail, because it's, without a doubt, a
programmer error in this case.
7 years ago
..
emu_window core: Namespace EmuWindow 7 years ago
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 7 years ago
config.cpp Remove files that are not used 7 years ago
config.h Massive removal of unused modules 7 years ago
default_ini.h Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 7 years ago
resource.h Massive removal of unused modules 7 years ago
yuzu.cpp loader: Make ResultStatus directly compatible with fmt 7 years ago
yuzu.rc CITRA_ICON -> YUZU_ICON 7 years ago