mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07: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