mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix menu_cbs_start.c warning
This commit is contained in:
parent
2aa7c46e78
commit
0fa61b3ade
@ -263,8 +263,8 @@ static int action_start_core_setting(unsigned type,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int action_start_video_resolution(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
static int action_start_video_resolution(
|
||||
unsigned type, const char *label)
|
||||
{
|
||||
unsigned width = 0, height = 0;
|
||||
global_t *global = global_get_ptr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user