Add missing spinning icon from resources

This commit is contained in:
RipleyTom 2023-03-09 21:35:20 +01:00 committed by Megamouse
parent e45e9c20dd
commit 1b7b59466d
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ namespace rsx
texture_resource_files.emplace_back("R2.png");
texture_resource_files.emplace_back("save.png");
texture_resource_files.emplace_back("new.png");
texture_resource_files.emplace_back("spinner-24.png");
}
void resource_config::load_files()