mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Minor fix
This commit is contained in:
parent
2142c4a83c
commit
4dc60f965f
@ -9079,6 +9079,7 @@ function interceptHttpRequests() {
|
|||||||
|
|
||||||
const xboxTitleId = JSON.parse(opts.body).titleIds[0];
|
const xboxTitleId = JSON.parse(opts.body).titleIds[0];
|
||||||
GAME_XBOX_TITLE_ID = xboxTitleId;
|
GAME_XBOX_TITLE_ID = xboxTitleId;
|
||||||
|
TouchController.getCustomLayouts(xboxTitleId);
|
||||||
}
|
}
|
||||||
|
|
||||||
response.json = () => Promise.resolve(obj);
|
response.json = () => Promise.resolve(obj);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user