mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 17:45:39 +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");
|
||||
}
|
||||
|
||||
// TODO: Mac version has data compressed in PEF segments
|
||||
if (_gameVersion->platform != Common::kPlatformWindows && _gameVersion->platform != Common::kPlatformPS2)
|
||||
error("Unhandled platform %s", getPlatformDescription(_gameVersion->platform));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user