Cleanups
This commit is contained in:
parent
db1087ad33
commit
47fae5542d
|
@ -499,8 +499,8 @@ static int action_iterate_menu_viewport(const char *label, unsigned action)
|
|||
geom->base_width) * geom->base_width;
|
||||
custom->height = ((custom->height + geom->base_height - 1) /
|
||||
geom->base_height) * geom->base_height;
|
||||
|
||||
base_msg = "Set scale";
|
||||
|
||||
snprintf(msg, sizeof(msg), "%s (%4ux%4u, %u x %u scale)",
|
||||
base_msg,
|
||||
custom->width, custom->height,
|
||||
|
@ -572,7 +572,6 @@ static int mouse_iterate(unsigned *action)
|
|||
const struct retro_keybind *binds[MAX_USERS];
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
runloop_t *runloop = rarch_main_get_ptr();
|
||||
driver_t *driver = driver_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!menu)
|
||||
|
|
Loading…
Reference in New Issue