Fix menu_cbs_start.c warning
This commit is contained in:
parent
2aa7c46e78
commit
0fa61b3ade
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue