mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2025-01-15 05:17:50 +00:00
Libretro_dipswitch - unused variable
This commit is contained in:
parent
27130037ae
commit
1eaa962864
@ -1101,10 +1101,9 @@ static void make_core_options(struct retro_core_option_v2_definition *vs_core_op
|
||||
|
||||
for (i = 0; i < numCoreOptions; i++)
|
||||
{
|
||||
struct retro_core_option_value vars_empty = { NULL, NULL };
|
||||
const char *game_name = vsgame->game_name;
|
||||
const char *game_name = vsgame->game_name;
|
||||
const char *option_name = vsgame->core_options[i].option_name;
|
||||
char key[100] = {0};
|
||||
char key[100] = {0};
|
||||
|
||||
memset(&vs_core_options[i], 0,
|
||||
sizeof(struct retro_core_option_v2_definition));
|
||||
|
Loading…
x
Reference in New Issue
Block a user