mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08:00
[hle] fix SWKBD on monster hunter rise generations
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
bd2d344040
commit
15ebd1cf1c
@ -325,7 +325,7 @@ void SoftwareKeyboard::ProcessInlineKeyboardRequest() {
|
||||
|
||||
std::memcpy(&request_command, request_data.data(), sizeof(SwkbdRequestCommand));
|
||||
|
||||
switch (request_command) {
|
||||
switch (SwkbdRequestCommand(u8(request_command) & 0x0f)) {
|
||||
case SwkbdRequestCommand::Finalize:
|
||||
RequestFinalize(request_data);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user