mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove shader_ext variable
This commit is contained in:
parent
a6b3d6e8db
commit
a094d09802
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue