mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
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...
|
||
|---|---|---|
| .. | ||
| emu_window | ||
| CMakeLists.txt | ||
| config.cpp | ||
| config.h | ||
| default_ini.h | ||
| resource.h | ||
| yuzu.cpp | ||
| yuzu.rc | ||