Fix custom touch control not working in Remote Play (#674)

This commit is contained in:
redphx
2025-02-21 07:10:54 +07:00
parent 3b2abbf6bb
commit 0b02a758db
4 changed files with 6 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ export class TouchController {
}
if (!layoutId) {
BxLogger.error(LOG_TAG, 'Invalid layoutId, show default controller');
BxLogger.warning(LOG_TAG, 'Invalid layoutId, show default controller');
TouchController.#enabled && TouchController.#showDefault();
return;
}

View File

@@ -95,7 +95,7 @@ export class XhomeInterceptor {
});
} else {
TouchController.enable();
TouchController.requestCustomLayouts(xboxTitleId);
TouchController.requestCustomLayouts();
}
response.json = () => Promise.resolve(obj);