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
lat9nq ca36722a54 settings: Consolidate RangedSetting's with regular ones
The latest git version of GCC has issues with my diamond inheritance
shenanigans. Since that's now two compilers that don't like it I thought
it'd be best to just axe all of it and just have the two templates like
before.

This rolls the features of BasicRangedSetting into BasicSetting, and
likewise RangedSetting into Setting. It also renames them from
BasicSetting and Setting to Setting and SwitchableSetting respectively.
Now longer name corresponds to more complex thing.
3 years ago
..
emu_window yuzu_cmd: Eliminate variable shadowing 3 years ago
CMakeLists.txt build: cleanup installation of yuzu and yuzu-cmd 3 years ago
config.cpp settings: Consolidate RangedSetting's with regular ones 3 years ago
config.h settings: Consolidate RangedSetting's with regular ones 3 years ago
default_ini.h Merge pull request #8446 from liamwhite/cmd-gdb 3 years ago
yuzu.cpp core: fix initialization in single core, sync GPU mode 3 years ago
yuzu.rc