mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
RECORDER: Fix warning
This commit is contained in:
parent
fdafc7c391
commit
4c2dc5fb3f
@ -481,6 +481,8 @@ Common::List<Common::Event> EventRecorder::mapEvent(const Common::Event &ev, Com
|
||||
default:
|
||||
return Common::DefaultEventMapper::mapEvent(ev, source);
|
||||
}
|
||||
|
||||
return Common::DefaultEventMapper::mapEvent(ev, source);
|
||||
}
|
||||
|
||||
void EventRecorder::setGameMd5(const ADGameDescription *gameDesc) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user