mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
DEBUGGER: Add FIXME comment about file name vs base name
This commit is contained in:
parent
14ce84da9a
commit
6bc36cbdf4
@ -556,6 +556,10 @@ bool Debugger::cmdMd5Mac(int argc, const char **argv) {
|
||||
filename = filename + " " + argv[i];
|
||||
}
|
||||
Common::MacResManager macResMan;
|
||||
// FIXME: There currently isn't any way to tell the Mac resource
|
||||
// manager to open a specific file. Instead, it takes a "base name"
|
||||
// and constructs a file name out of that. While usually a desirable
|
||||
// thing, it's not ideal here.
|
||||
if (!macResMan.open(filename)) {
|
||||
debugPrintf("Resource file '%s' not found\n", filename.c_str());
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user