mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-14 22:24:05 +00:00
Fix stupid mistake
This commit is contained in:
parent
0afd7dea28
commit
97b89c50df
@ -326,9 +326,10 @@ namespace MainWindow
|
||||
if (browseDirectory)
|
||||
{
|
||||
std::string dir = W32Util::BrowseForFolder(GetHWND(),"Choose directory");
|
||||
if (dir == "" && !isPaused)
|
||||
if (dir == "")
|
||||
{
|
||||
Core_EnableStepping(false);
|
||||
if (!isPaused)
|
||||
Core_EnableStepping(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user