Skip to content

Commit

Permalink
remove extra var
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-for committed Jul 6, 2023
1 parent 3c41ed5 commit 4c13423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"xiosbase": "c",
"xstring": "c",
"xtree": "c",
"xutility": "c"
"xutility": "c",
"*.all": "c"
},
"C_Cpp.dimInactiveRegions": false,
}
1 change: 0 additions & 1 deletion runloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -3693,7 +3693,6 @@ bool runloop_init_libretro_symbols(
menu_driver_init(false);

struct menu_state* menu_state = menu_state_get_ptr();
file_list_t* list = MENU_LIST_GET(menu_state->entries.list, 0);

strlcpy(menu_state->driver_data->deferred_path, content_path, sizeof(menu_state->driver_data->deferred_path));
/*
Expand Down

0 comments on commit 4c13423

Please sign in to comment.