mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
TINSEL: Map SHOWMENU
This commit is contained in:
parent
483ead52dd
commit
497ff53c94
@ -4341,6 +4341,10 @@ NoirMapping translateNoirLibCode(int libCode, int32 *pp) {
|
||||
pp -= mapping.numArgs - 1;
|
||||
debug(7, "%s(%d)", mapping.name, pp[0]);
|
||||
break;
|
||||
case 159:
|
||||
mapping = NoirMapping{"SHOWMENU", SHOWMENU, 0};
|
||||
debug(7, "%s()", mapping.name);
|
||||
break;
|
||||
case 167:
|
||||
mapping = NoirMapping{"STARTPROCESS", STARTPROCESS, 1};
|
||||
pp -= mapping.numArgs - 1;
|
||||
@ -5505,7 +5509,7 @@ int CallLibraryRoutine(CORO_PARAM, int operand, int32 *pp, const INT_CONTEXT *pi
|
||||
return -1;
|
||||
|
||||
case SHOWMENU:
|
||||
// DW2 only
|
||||
// DW2 / Noir
|
||||
ShowMenu();
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user