mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 12:06:54 +01:00
Fix for browser actions
This commit is contained in:
parent
6f6339ab15
commit
619e1658fd
@ -386,7 +386,7 @@ static void draw (menu_t *menu, surface_t *d) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ui_components_actions_bar_text_draw(
|
ui_components_actions_bar_text_draw(
|
||||||
ALIGN_LEFT, VALIGN_TOP, ACTION_BAR_LINE_ONE, SPRITE_JOYPAD_BUTTON_NONE,
|
ALIGN_LEFT, VALIGN_TOP, ACTION_BAR_LINE_ONE, SPRITE_JOYPAD_BUTTON_A,
|
||||||
"%s",
|
"%s",
|
||||||
menu->browser.entries == 0 ? "" : action
|
menu->browser.entries == 0 ? "" : action
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user