mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Buildfix.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user