mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
[WIN32] Enable -k option on Windows too
There is no reason to have it disabled on this platform. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
2a6e32dd46
commit
c0d674b56e
1 changed files with 0 additions and 2 deletions
2
vl.c
2
vl.c
|
@ -5042,11 +5042,9 @@ int main(int argc, char **argv, char **envp)
|
|||
case QEMU_OPTION_S:
|
||||
autostart = 0;
|
||||
break;
|
||||
#ifndef _WIN32
|
||||
case QEMU_OPTION_k:
|
||||
keyboard_layout = optarg;
|
||||
break;
|
||||
#endif
|
||||
case QEMU_OPTION_localtime:
|
||||
rtc_utc = 0;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue