55 lines
924 B
INI
55 lines
924 B
INI
; Controls the virtual file system hooks. These redirect file i/o
|
|
; requests to a folder specified below, instead of the drive.
|
|
; These are all required, even if the game doesn't use one of them.
|
|
[vfs]
|
|
path=
|
|
|
|
[dns]
|
|
default=localhost
|
|
|
|
; Security dongle emulation, disable if you have a
|
|
; real dongle connected that you want to use
|
|
[dongle]
|
|
enable=1
|
|
serial=284013090501
|
|
|
|
; Set the network environment. Most games seem to want 192.168.123.X
|
|
[netenv]
|
|
enable=1
|
|
subnet=192.168.10.0
|
|
|
|
; Graphics hook, may cause crashes in some games
|
|
[gfx]
|
|
enable=1
|
|
windowed=1
|
|
framed=0
|
|
monitor=0
|
|
|
|
[misc]
|
|
systemVersion=SK2100-1-NA-SYS0-L02
|
|
|
|
; Control the AMCUS replacement class
|
|
[amcus]
|
|
enable=0
|
|
game_id=SDGG
|
|
game_cd=SK21
|
|
am_game_ver=1.00
|
|
cacfg_game_ver=33.02
|
|
server_uri=localhost
|
|
server_host=localhost
|
|
|
|
[reader]
|
|
enable=1
|
|
access_code=00000000000000000000
|
|
|
|
; USIO config
|
|
[usio]
|
|
enable=1
|
|
test=0x24
|
|
service=0x2E
|
|
coin=0x2D
|
|
up=0x26
|
|
down=0x28
|
|
enter=0x0D
|
|
|