Search
lxdream.org :: lxdream/test/lxdream.rc :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/lxdream.rc
changeset 185:6755a04c447f
next776:b12d8be15387
author nkeynes
date Thu Feb 14 13:54:11 2008 +0000 (16 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Commit render work in progress. Main changes:
* Preliminary OSMesa support
* Move the generic gl code out to pvr2/
* Implement scene data structure + reader
* Remove the 1/z adjustments
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/lxdream.rc Thu Feb 14 13:54:11 2008 +0000
1.3 @@ -0,0 +1,25 @@
1.4 +[Global]
1.5 +bios = ../bios/dcboot.rom
1.6 +flash = ../bios/dcflash.rom
1.7 +default path = ../disc
1.8 +save path = ../save
1.9 +bootstrap =
1.10 +
1.11 +[Controllers]
1.12 +Device 0 = Sega Controller
1.13 + dpad left = Left
1.14 + dpad right = Right
1.15 + dpad up = Up
1.16 + dpad down = Down
1.17 + Start = KP_Enter
1.18 + analog left = KP_Left
1.19 + analog right = KP_Right
1.20 + analog up = KP_Up
1.21 + analog down = KP_Down
1.22 + button X = A
1.23 + button Y = S
1.24 + button A = Z
1.25 + button B = X
1.26 + trigger left = D
1.27 + trigger right = C
1.28 +
.