Search
lxdream.org :: lxdream/test/lxdream.rc
lxdream 0.9.1
released Jun 29
Download Now
filename test/lxdream.rc
changeset 776:b12d8be15387
prev185:6755a04c447f
author nkeynes
date Thu Dec 11 23:26:03 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Disable the generational translation cache - I've got no evidence that it
actually helps performance, and it simplifies things to get rid of it (in
particular, translated code doesn't have to worry about being moved now).
view annotate diff log raw
     1 [Global]
     2 bios =
     3 flash =
     4 default path = ../disc
     5 save path = ../save
     6 bootstrap = 
     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
    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
.