Fix not adding custom controller IDs

This commit is contained in:
redphx
2024-12-18 06:32:51 +07:00
parent 070943e3de
commit 94c742cbd6
3 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
export enum GamePassCloudGallery {
ALL = 'ce573635-7c18-4d0c-9d68-90b932393470',
ALL = '29a81209-df6f-41fd-a528-2ae6b91f719c',
ALL_WITH_BYGO = 'ce573635-7c18-4d0c-9d68-90b932393470',
MOST_POPULAR = 'e7590b22-e299-44db-ae22-25c61405454c',
NATIVE_MKB = '8fa264dd-124f-4af3-97e8-596fcdf4b486',
TOUCH = '9c86f07a-f3e8-45ad-82a0-a1f759597059',