fix abort on quit

This commit is contained in:
Dominicentek 2024-05-14 12:03:27 +02:00
parent b50b102fd8
commit 5866ba6823

View file

@ -728,6 +728,7 @@ s32 saturn_begin_extract_rom_thread() {
saturn_extract_rom(EXTRACT_TYPE_ALL);
extraction_finished = true;
});
extract_thread.detach();
return false;
}