mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 03:13:55 +00:00
Ignore system info class 250
This commit is contained in:
@@ -736,6 +736,7 @@ namespace
|
||||
{
|
||||
if (info_class == SystemFlushInformation
|
||||
|| info_class == SystemHypervisorSharedPageInformation
|
||||
|| info_class == 250 // Build 27744
|
||||
)
|
||||
{
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
|
||||
Reference in New Issue
Block a user