Add process handler selector, pin Prisma

This commit is contained in:
DecDuck
2026-06-21 13:03:15 +10:00
parent a028db7288
commit 564a4aa6f0
18 changed files with 1421 additions and 1596 deletions
+1
View File
@@ -53,6 +53,7 @@ export type GameVersion = {
userConfiguration: {
launchTemplate: string;
overrideProtonPath: string;
overrideHandler: string | undefined;
enableUpdates: boolean
};
setups: Array<{ platform: string }>;