summaryrefslogtreecommitdiff
path: root/src/api/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 12:16:22 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 12:16:22 -0400
commit7d2322e637faae5ccfab58c54f7a13e6a5f7ea88 (patch)
treee92c7e73d497bf66faff14aed29b6372ba0c53ce /src/api/index.ts
parentcbed25162a1058e67180aafb8fbd424bf2573e95 (diff)
downloadDecky-Framegen-7d2322e637faae5ccfab58c54f7a13e6a5f7ea88.tar.gz
Decky-Framegen-7d2322e637faae5ccfab58c54f7a13e6a5f7ea88.zip
feat: first arg steam path start, second mirror first
Diffstat (limited to 'src/api/index.ts')
-rw-r--r--src/api/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/index.ts b/src/api/index.ts
index 11e4213..1cc3285 100644
--- a/src/api/index.ts
+++ b/src/api/index.ts
@@ -21,3 +21,8 @@ export const listInstalledGames = callable<
>("list_installed_games");
export const logError = callable<[string], void>("log_error");
+
+export const getPathDefaults = callable<
+ [],
+ { home: string; steam_common?: string }
+>("get_path_defaults");