;This config file is optional, if you want to just use the defaults you do not require this file

; AutoLoadIOS: Auto Load this IOS at start of app(This will make you lose AHBPROT)
; default =0(disabled), set =The IOS you want to load(ex 236 if you want to load IOS 236 at start)
; To disable either comment out the line with a ';' or set =0
AutoLoadIOS=0

; DeleteDefaultInsteadRemove: Change delete ios method when higher version is found during install
; When installing an IOS over a clean IOS with a higher version the default action now is to try to change the version
; and then install over it with the new IOS. This option switches the default behavior back to just deleting the ios.
; default =0, set =1 to override default
; To disable either comment out the line with a ';' or set =0
DeleteDefaultInsteadRemove=0

; outputios: Save IOS details to csv after each checking of all IOSs
; default =1, set =0 to disable saving to csv
outputios=1

; loadoldcsv : load IOS details saved from previous run( useful for AHBPROT mode )
; default =1, set =0 to disable loading from csv
loadoldcsv=1

; printiosdetails: Print IOS details in IOS menu
; default =1, set =0 to disable showing IOS details
printiosdetails=1

; filterwads : In wadmanager filter files to only wads
; default =1, set =0 to disable filter other file types
filterwads=1

;smb settings, set username password ip address and sharename her
;SMB_USER=user
;SMB_PWD=password
;SMB_SHARE=wad
;SMB_IP=192.168.1.100