mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 07:21:58 +00:00
11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
// import library from './library';
|
|
// let patches: Function[] = [];
|
|
|
|
export function deinitFilepickerPatches() {
|
|
// patches.forEach((unpatch) => unpatch());
|
|
}
|
|
|
|
export async function initFilepickerPatches() {
|
|
// patches.push(await library());
|
|
}
|