From 6bc36cbdf412db1ce10adcdc50eb98135908612e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 31 Oct 2014 08:16:33 +0100 Subject: DEBUGGER: Add FIXME comment about file name vs base name --- gui/debugger.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui') diff --git a/gui/debugger.cpp b/gui/debugger.cpp index 560e516a94..216bd626fe 100644 --- a/gui/debugger.cpp +++ b/gui/debugger.cpp @@ -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 { -- cgit v1.2.3