mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 07:32:02 -05:00
fix abort on quit
This commit is contained in:
parent
b50b102fd8
commit
5866ba6823
1 changed files with 1 additions and 0 deletions
|
@ -728,6 +728,7 @@ s32 saturn_begin_extract_rom_thread() {
|
|||
saturn_extract_rom(EXTRACT_TYPE_ALL);
|
||||
extraction_finished = true;
|
||||
});
|
||||
extract_thread.detach();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue