mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 09:21:02 +00:00
Buildfix.
This commit is contained in:
parent
48791876f3
commit
c91c07c89d
@ -68,7 +68,7 @@ void VirtualDiscFileSystem::LoadFileListIndex() {
|
||||
}
|
||||
|
||||
std::ifstream in;
|
||||
in.open(filename, std::ios::in);
|
||||
in.open(filename.c_str(), std::ios::in);
|
||||
if (in.fail()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user