Search
lxdream.org :: lxdream/lxdreamrc
lxdream 0.9.1
released Jun 29
Download Now
filename lxdreamrc
changeset 449:21440948c684
prev330:ae85a338b954
next1037:297a73940eb6
author nkeynes
date Thu Oct 16 12:06:24 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix bound check on number of framebuffers allocated
Fix repurposing framebuffers to clear out previous attachments to prevent
dimension erros.
view annotate diff log raw
     1 [Global]
     2 bios = bios/dcboot.rom
     3 flash = bios/dcflash.rom
     4 default path = disc
     5 save path = save
     6 bootstrap = bios/IP.BIN
     8 [Controllers]
     9 Device 0 = Sega Controller
    10   dpad left = Left
    11   dpad right = Right
    12   dpad up = Up
    13   dpad down = Down
    14   Start = KP_Enter, Return
    15   analog left = KP_Left
    16   analog right = KP_Right
    17   analog up = KP_Up
    18   analog down = KP_Down
    19   button X = a
    20   button Y = s
    21   button A = z
    22   button B = x
    23   trigger left = d
    24   trigger right = c
.