mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
stop folder parsing when opening a 7z
This commit is contained in:
parent
9d72b181c0
commit
0df185faa6
@ -425,8 +425,8 @@ int SzParse(char * filepath)
|
||||
{
|
||||
// Parses the 7z into a full file listing
|
||||
|
||||
// reset browser
|
||||
ResetBrowser();
|
||||
HaltParseThread(); // halt parsing
|
||||
ResetBrowser(); // reset browser
|
||||
|
||||
// add '..' folder in case the user wants exit the 7z
|
||||
AddBrowserEntry();
|
||||
|
Loading…
Reference in New Issue
Block a user