early-access version 2000
This commit is contained in:
parent
04fa2b55ce
commit
dde6e66bd1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1999.
|
||||
This is the source code for early-access 2000.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -438,7 +438,7 @@ void QtSoftwareKeyboardDialog::ShowInlineKeyboard(
|
|||
initialize_parameters.key_disable_flags = appear_parameters.key_disable_flags;
|
||||
initialize_parameters.enable_backspace_button = appear_parameters.enable_backspace_button;
|
||||
initialize_parameters.enable_return_button = appear_parameters.enable_return_button;
|
||||
initialize_parameters.disable_cancel_button = initialize_parameters.disable_cancel_button;
|
||||
initialize_parameters.disable_cancel_button = appear_parameters.disable_cancel_button;
|
||||
|
||||
SetKeyboardType();
|
||||
SetControllerImage();
|
||||
|
|
Loading…
Reference in a new issue