Update src/menu/views/joypad_controller_pak.c

This commit is contained in:
Robin Jones 2024-11-11 17:49:33 +00:00 committed by GitHub
parent 84c635be2e
commit f01614a1ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ static void draw (menu_t *menu, surface_t *d) {
ui_component_background_draw();
if (backup_in_progress) {
ui_component_messagebox_draw("Saving...");
ui_components_messagebox_draw("Saving...");
}
ui_component_layout_draw();