mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Clean up WX style issues mentionned in previous commits comments
This commit is contained in:
@ -669,7 +669,7 @@ void CFrame::DoOpen(bool Boot)
|
||||
wxFD_OPEN | wxFD_FILE_MUST_EXIST,
|
||||
this);
|
||||
|
||||
if (path.empty())
|
||||
if (path.IsEmpty())
|
||||
return;
|
||||
|
||||
std::string currentDir2 = File::GetCurrentDir();
|
||||
|
Reference in New Issue
Block a user