mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Fix TitlesInfo
This commit is contained in:
parent
11e953c382
commit
e94fb28266
@ -1530,11 +1530,11 @@ class TitlesInfo {
|
|||||||
|
|
||||||
static saveFromTitleInfo(titleInfo) {
|
static saveFromTitleInfo(titleInfo) {
|
||||||
const details = titleInfo.details;
|
const details = titleInfo.details;
|
||||||
TitlesInfo.#INFO[details.productId] = {
|
TitlesInfo.update(details.productId, {
|
||||||
titleId: titleInfo.titleId,
|
titleId: titleInfo.titleId,
|
||||||
// Has more than one input type -> must have touch support
|
// Has more than one input type -> must have touch support
|
||||||
hasTouchSupport: (details.supportedInputTypes.length > 1),
|
hasTouchSupport: (details.supportedInputTypes.length > 1),
|
||||||
};
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
static saveFromCatalogInfo(catalogInfo) {
|
static saveFromCatalogInfo(catalogInfo) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user