Update src/menu/views/joypad_controller_pak.c

This commit is contained in:
Robin Jones 2024-11-11 17:49:53 +00:00 committed by GitHub
parent cef5d43dde
commit 72d81396e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ static void process (menu_t *menu) {
static void draw (menu_t *menu, surface_t *d) {
rdpq_attach(d, NULL);
ui_component_background_draw();
ui_components_background_draw();
if (backup_in_progress) {
ui_components_messagebox_draw("Saving...");