86 lines
1.4 KiB
INI
86 lines
1.4 KiB
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
|
|
; XBoost
|
|
serial=284313110001
|
|
; EXVS2
|
|
; serial=281131010001
|
|
; For LM, change the 5th digit to a 1
|
|
|
|
; Set the network environment. Most games seem to want 192.168.123.X
|
|
[netenv]
|
|
enable=1
|
|
subnet=192.168.85.0
|
|
|
|
[misc]
|
|
systemVersion=GX2100-1-NA-SYS0-A06
|
|
|
|
; Graphics hook, may cause crashes in some games
|
|
[gfx]
|
|
enable=1
|
|
windowed=1
|
|
framed=0
|
|
monitor=0
|
|
|
|
; Control the AMCUS replacement class
|
|
[amcus]
|
|
enable=1
|
|
game_id=SBUZ
|
|
game_cd=GX21
|
|
am_game_ver=4.00
|
|
cacfg_game_ver=29.31
|
|
server_uri=localhost
|
|
server_host=localhost
|
|
|
|
; Controlls the xinput hooks
|
|
[xinput]
|
|
enable=1
|
|
|
|
[reader]
|
|
enable=1
|
|
; "Enter" key
|
|
insert_card=0x0D
|
|
access_code=00000000000000000000
|
|
|
|
; JVS config
|
|
[jvs]
|
|
enable=1
|
|
port=3
|
|
|
|
; Mappings for the najv4 IO board. To disable JVS emulation and use
|
|
; a real board, set enable to 0 in the "jvs" section.
|
|
[najv4]
|
|
; "Home" key
|
|
test=0x24
|
|
; "Insert" key
|
|
coin=0x2D
|
|
; "Delete" key
|
|
service=0x2E
|
|
; Up arrow
|
|
up=0x26
|
|
; Down arrow
|
|
down=0x28
|
|
; Left arrow
|
|
left=0x25
|
|
; Right arrow
|
|
right=0x27
|
|
; Spacebar
|
|
start=0x20
|
|
; 1
|
|
btn1=0x31
|
|
; 2
|
|
btn2=0x32
|
|
; 3
|
|
btn3=0x33
|
|
; 4
|
|
btn4=0x34 |