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
comex 9dc69fa07c yuzu_cmd: Remove 'users_size'
Specifically:

    const auto size = sdl2_config->GetInteger("System", "users_size", 0);

The variable is never used, producing a warning.  I wondered if this
ought to be assigning something to in `Settings`, but nothing else in
the codebase ever mentions a setting called "users_size", so I guess
it's safe to remove...
4 years ago
..
emu_window Merge pull request #4939 from german77/MouseInput 4 years ago
CMakeLists.txt
config.cpp yuzu_cmd: Remove 'users_size' 4 years ago
config.h
default_ini.h
resource.h
yuzu.cpp
yuzu.rc