mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
MYST3: Add TODO about loading from Mac executables
This commit is contained in:
parent
333bec5511
commit
b2100a9d74
@ -99,6 +99,7 @@ Database::Database() :
|
|||||||
error("Could not find any executable to load");
|
error("Could not find any executable to load");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Mac version has data compressed in PEF segments
|
||||||
if (_gameVersion->platform != Common::kPlatformWindows && _gameVersion->platform != Common::kPlatformPS2)
|
if (_gameVersion->platform != Common::kPlatformWindows && _gameVersion->platform != Common::kPlatformPS2)
|
||||||
error("Unhandled platform %s", getPlatformDescription(_gameVersion->platform));
|
error("Unhandled platform %s", getPlatformDescription(_gameVersion->platform));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user