diff options
author | Colin Snover | 2017-01-20 15:43:30 -0600 |
---|---|---|
committer | Colin Snover | 2017-03-30 19:46:27 -0500 |
commit | dd230858455171dbd618118e7516fccc11a97202 (patch) | |
tree | 1dcbaddb61b137a6637a02bd944ecdac97d855e4 /engines/cruise | |
parent | 4d062fc7a0157f2044f3ab69c7487a841babadeb (diff) | |
download | scummvm-rg350-dd230858455171dbd618118e7516fccc11a97202.tar.gz scummvm-rg350-dd230858455171dbd618118e7516fccc11a97202.tar.bz2 scummvm-rg350-dd230858455171dbd618118e7516fccc11a97202.zip |
SCI: Give kernel calls a valid stack pointer
Some kernel calls need to be able to call back into game script
code, which requires a valid stack pointer for use with
invokeSelector.
An example of this is the guest additions code that syncs audio
volumes from ScummVM: it needs to be able to call into the game
scripts responsible for managing the in-game audio volume UI.
Diffstat (limited to 'engines/cruise')
0 files changed, 0 insertions, 0 deletions