mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 17:20:30 +00:00
SCI: Debugger, call base preEnter & postEnter
This commit is contained in:
parent
faa8bea5cb
commit
d26655dc4d
@ -271,7 +271,7 @@ void Console::attach(const char *entry) {
|
||||
}
|
||||
|
||||
void Console::preEnter() {
|
||||
_engine->pauseEngine(true);
|
||||
GUI::Debugger::preEnter();
|
||||
}
|
||||
|
||||
extern void playVideo(Video::VideoDecoder &videoDecoder);
|
||||
@ -299,7 +299,7 @@ void Console::postEnter() {
|
||||
_videoFrameDelay = 0;
|
||||
}
|
||||
|
||||
_engine->pauseEngine(false);
|
||||
GUI::Debugger::postEnter();
|
||||
}
|
||||
|
||||
bool Console::cmdHelp(int argc, const char **argv) {
|
||||
|
Loading…
Reference in New Issue
Block a user