mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Small fixes
This commit is contained in:
@@ -185,6 +185,10 @@ namespace
|
||||
{
|
||||
print_arg_as_string(*c.win_emu, 0);
|
||||
}
|
||||
else if (function == "LoadLibraryW")
|
||||
{
|
||||
print_arg_as_string<char16_t>(*c.win_emu, 0);
|
||||
}
|
||||
else if (function == "MessageBoxA")
|
||||
{
|
||||
print_arg_as_string(*c.win_emu, 2);
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace syscalls
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
if (key_information_class == KeyFullInformation)
|
||||
if (key_information_class == KeyFullInformation || key_information_class == KeyCachedInformation)
|
||||
{
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user