mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
-added some last exit possibility if wiiflow doesnt find one
or fails to use existing ones (may fixes some codedumps)
This commit is contained in:
parent
558abcd0fb
commit
ec76f99596
@ -142,5 +142,6 @@ int main(int argc, char **argv)
|
||||
} while (ret == 1);
|
||||
|
||||
Sys_Exit();
|
||||
exit(1);
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user