-
Notifications
You must be signed in to change notification settings - Fork 1
/
wm_config.txt
38 lines (32 loc) · 1.19 KB
/
wm_config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
;Config file format
;
; wm_config.txt resides in sd:/wad, and it is optional. You will get all the
; prompts if you don't have this file.
; The param keywords are case-sensitive at this point.
; No spaces precede the keyword on a line
; If you don't have a password in the config file, the default is no password
; If you don't have a startupPath, the default is /wad
; If you don't have any of the other parameters, it will prompt you for it
; To bypass any of the params, just comment out the line using a ";" at the beginning of the line
; Blank lines are ignored.
;
; Password=your_password (LRUD only, where L=left, R=right, U=up, D=down on the
; WiiMote or GC Controller, max 10 characters)
; StartupPath=startupPath (starting at the root dir "/"). Be sure that the path exists,
; else you will get an error.
;
Password=UDLRUD
; StartupPath:
StartupPath=/wad
; cIOS: 249, 222, whatever
cIOSVersion=249
; FatDevice: sd usb usb2 gcsda gcsdb
FatDevice=sd
; NANDDevice: Disable SD USB
; Note that WM will prompt for NAND device only if you selected cIOS=249
NANDDevice=Disable
; Disclaimer: 0 or 1. Default is 1
;
Disclaimer=1
; Music: 0 or 1. Default is 1
Music=1