Automatic save backup system (#260)

* Made errors print to console as well

---------

Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
This commit is contained in:
Reonu
2024-05-26 16:38:58 +01:00
committed by GitHub
parent d4898f2316
commit 4ebe71bfcc
2 changed files with 29 additions and 5 deletions
+1
View File
@@ -1477,4 +1477,5 @@ recomp::Menu recomp::get_current_menu() {
void recomp::message_box(const char* msg) {
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, recomp::program_name.data(), msg, nullptr);
printf("[ERROR] %s\n", msg);
}