mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Remove shader_ext variable
This commit is contained in:
parent
a6b3d6e8db
commit
a094d09802
@ -2638,7 +2638,6 @@ static bool config_load_file(const char *path, settings_t *settings)
|
||||
char *override_username = NULL;
|
||||
const char *path_core = NULL;
|
||||
const char *path_config = NULL;
|
||||
const char *shader_ext = NULL;
|
||||
int bool_settings_size = sizeof(settings->bools) / sizeof(settings->bools.placeholder);
|
||||
int float_settings_size = sizeof(settings->floats) / sizeof(settings->floats.placeholder);
|
||||
int int_settings_size = sizeof(settings->ints) / sizeof(settings->ints.placeholder);
|
||||
|
Loading…
x
Reference in New Issue
Block a user