mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
ENGINES: Added initKeymap() stub
This commit is contained in:
parent
d5aa988f16
commit
5cbbf89f77
@ -180,6 +180,11 @@ public:
|
||||
*/
|
||||
virtual void syncSoundSettings();
|
||||
|
||||
/*
|
||||
* Initialize the engine-specific keymap
|
||||
*/
|
||||
virtual void initKeymap() {}
|
||||
|
||||
/**
|
||||
* Flip mute all sound option.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user