mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
TINSEL: Map DECTALKFONT
This commit is contained in:
parent
858e103e3e
commit
86c46950bc
@ -4207,6 +4207,11 @@ NoirMapping translateNoirLibCode(int libCode, int32 *pp) {
|
||||
pp -= mapping.numArgs - 1;
|
||||
debug(7, "%s(0x%08X)", mapping.name, pp[0]);
|
||||
break;
|
||||
case 49:
|
||||
mapping = NoirMapping{"DECTALKFONT", DECTALKFONT, 1};
|
||||
pp -= mapping.numArgs - 1;
|
||||
debug(7, "%s(0x%08X)", mapping.name, pp[0]);
|
||||
break;
|
||||
case 151:
|
||||
mapping = NoirMapping{"SETSYSTEMREEL", SETSYSTEMREEL, 2};
|
||||
pp -= mapping.numArgs - 1;
|
||||
@ -4618,7 +4623,7 @@ int CallLibraryRoutine(CORO_PARAM, int operand, int32 *pp, const INT_CONTEXT *pi
|
||||
return -1;
|
||||
|
||||
case DECTALKFONT:
|
||||
// Common to both DW1 & DW2
|
||||
// Common to DW1 / DW2 / Noir
|
||||
_vm->_font->SetTalkFontHandle(pp[0]);
|
||||
return -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user