mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
DIRECTOR: Attempt (and fail) to give McLuhan the file it wants
This commit is contained in:
parent
c85129b699
commit
6b6a5884e7
@ -71,6 +71,10 @@ struct CachedFile {
|
||||
"WOLFGANG.dat", // It needs an empty file
|
||||
(const byte *)"", 0
|
||||
},
|
||||
{ "mcluhan", Common::kPlatformWindows,
|
||||
"prefs/Markers/List.Txt", // It needs an empty file
|
||||
(const byte *)"", 0
|
||||
},
|
||||
{ nullptr, Common::kPlatformUnknown, nullptr, nullptr, 0 }
|
||||
};
|
||||
|
||||
@ -93,7 +97,7 @@ static void quirkLzone() {
|
||||
|
||||
static void quirkMcLuhan() {
|
||||
// TODO. Read fonts from MCLUHAN/SYSTEM directory
|
||||
g_director->_extraSearchPath.push_back("mcluhan\\");
|
||||
g_director->_extraSearchPath.push_back("mcluhan");
|
||||
Graphics::MacFontManager *fontMan = g_director->_wm->_fontMan;
|
||||
fontMan->loadWindowsFont("MCLUHAN/SYSTEM/MCBOLD13.FON");
|
||||
fontMan->loadWindowsFont("MCLUHAN/SYSTEM/MCLURG__.FON");
|
||||
|
Loading…
x
Reference in New Issue
Block a user