Don't emulate MKB in native MKB supported games

This commit is contained in:
redphx
2024-04-29 11:00:47 +07:00
parent cd6dd1e22d
commit 99aec0a60c
3 changed files with 7 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ type XcloudTitleInfo = {
productId: string;
supportedInputTypes: InputType[];
hasTouchSupport: boolean;
hasMkbSupport: boolean;
};
product: {