mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 23:40:39 +00:00
Build fix for non-windows
This commit is contained in:
parent
bd6764b65e
commit
033e0604e9
@ -38,6 +38,7 @@
|
||||
#include "Core/FileSystems/MetaFileSystem.h"
|
||||
#include "Core/FileSystems/ISOFileSystem.h"
|
||||
#include "Core/FileSystems/VirtualDiscFileSystem.h"
|
||||
#include "base/timeutil.h"
|
||||
#ifdef USING_WIN_UI
|
||||
#include "Windows/MainWindowMenu.h"
|
||||
#endif
|
||||
@ -504,7 +505,7 @@ void __UmdReplace(std::string filepath) {
|
||||
}
|
||||
delete currentUMD;
|
||||
UMD_insterted = false;
|
||||
Sleep(200); // Wait sceUmdCheckMedium call
|
||||
sleep_ms(200); // Wait sceUmdCheckMedium call
|
||||
UMD_insterted = true;
|
||||
// TODO Is this always correct if UMD was not activated?
|
||||
u32 notifyArg = PSP_UMD_PRESENT | PSP_UMD_READABLE | PSP_UMD_CHANGED;
|
||||
|
Loading…
Reference in New Issue
Block a user