mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
build fix on macosx pre-10.14
This commit is contained in:
@@ -347,7 +347,7 @@ void GameManager::InstallZipContents(ZipFileTask task) {
|
||||
ZipFileInfo zipInfo;
|
||||
if (task.zipFileInfo) {
|
||||
// The normal case
|
||||
zipInfo = task.zipFileInfo.value();
|
||||
zipInfo = *task.zipFileInfo;
|
||||
} else {
|
||||
DetectZipFileContents(task.fileName, &zipInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user