mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-29 14:04:14 +01:00
Update src/menu/views/joypad_controller_pak.c
This commit is contained in:
parent
cef5d43dde
commit
72d81396e8
@ -64,7 +64,7 @@ static void process (menu_t *menu) {
|
|||||||
static void draw (menu_t *menu, surface_t *d) {
|
static void draw (menu_t *menu, surface_t *d) {
|
||||||
rdpq_attach(d, NULL);
|
rdpq_attach(d, NULL);
|
||||||
|
|
||||||
ui_component_background_draw();
|
ui_components_background_draw();
|
||||||
|
|
||||||
if (backup_in_progress) {
|
if (backup_in_progress) {
|
||||||
ui_components_messagebox_draw("Saving...");
|
ui_components_messagebox_draw("Saving...");
|
||||||
|
Loading…
Reference in New Issue
Block a user