mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 03:11:59 +00:00
API for patching existing routes, lower power use
This commit is contained in:
@@ -7,6 +7,7 @@ declare global {
|
||||
DeckyUpdater?: DeckyUpdater;
|
||||
importDeckyPlugin: Function;
|
||||
syncDeckyPlugins: Function;
|
||||
deckyHasLoaded: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,3 +27,5 @@ window.syncDeckyPlugins = async function () {
|
||||
};
|
||||
|
||||
setTimeout(() => window.syncDeckyPlugins(), 5000);
|
||||
|
||||
window.deckyHasLoaded = true;
|
||||
|
||||
Reference in New Issue
Block a user