mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-08 13:43:27 +02:00
Core, UI, Windows: Removed excess converting C-string in params
This commit is contained in:
@@ -343,7 +343,7 @@ namespace MainWindow {
|
||||
Core_EnableStepping(false);
|
||||
}
|
||||
filename = ReplaceAll(filename, "\\", "/");
|
||||
System_PostUIMessage("boot", filename.c_str());
|
||||
System_PostUIMessage("boot", filename);
|
||||
W32Util::MakeTopMost(GetHWND(), g_Config.bTopMost);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user