mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Smaller options window
This commit is contained in:
parent
65088e89f9
commit
964e70a627
@ -899,7 +899,7 @@ int menu_select(const char **msgs, int *submenus, int sel)
|
|||||||
int out;
|
int out;
|
||||||
|
|
||||||
menu_init((char*)"", &menu, menu_font, msgs,
|
menu_init((char*)"", &menu, menu_font, msgs,
|
||||||
0, 0, FULL_DISPLAY_X, FULL_DISPLAY_Y);
|
32, 32, FULL_DISPLAY_X-64, FULL_DISPLAY_Y-64);
|
||||||
|
|
||||||
if (sel >= 0)
|
if (sel >= 0)
|
||||||
select_one(&menu, sel);
|
select_one(&menu, sel);
|
||||||
|
Loading…
Reference in New Issue
Block a user