mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
French keyboard is 'azerty' not 'awert'
svn-id: r25693
This commit is contained in:
parent
5b214090f7
commit
619d8e87f1
@ -863,7 +863,7 @@ void ScummEngine_v2::o2_verbOps() {
|
||||
|
||||
// FIXME: these keyboard map depends on the language of the game.
|
||||
// E.g. a german keyboard has 'z' and 'y' swapped, while a french
|
||||
// keyboard starts with "awert", etc.
|
||||
// keyboard starts with "azerty", etc.
|
||||
if (_game.platform == Common::kPlatformNES) {
|
||||
static const char keyboard[] = {
|
||||
'q','w','e','r',
|
||||
|
Loading…
Reference in New Issue
Block a user