reshade setting and enabling

This commit is contained in:
SpikeHD
2022-07-26 20:16:20 -07:00
parent c64cdababa
commit 203bd40e8f
5 changed files with 68 additions and 6 deletions

View File

@@ -51,9 +51,11 @@ export interface Configuration {
// Swag stuff
akebi_path?: string
migoto_path?: string
reshade_path?: string
last_extras?: {
migoto: boolean
akebi: boolean
reshade: boolean
}
}