lsnes rr0-β2
[lsnes.git] / lsnesrc.cpp
bloba25b6d936d9d1dc82618423917b53a3c6558fa40
1 const char* lsnesrc_file =
2 "bind-key /rctrl q quit-emulator\n"
3 "bind-key rctrl/rctrl q quit-emulator /y\n"
4 "bind-key pause pause-emulator\n"
5 "alias-command +speed set-setting targetfps infinite\n"
6 "alias-command -speed unset-setting targetfps\n"
7 "bind-key scrollock +speed\n"
8 "bind-key pageup scroll-up\n"
9 "bind-key pagedown scroll-down\n"
10 "bind-key home scroll-fullup\n"
11 "bind-key end scroll-fulldown\n"
12 "bind-key left +controller1left\n"
13 "bind-key up +controller1up\n"
14 "bind-key right +controller1right\n"
15 "bind-key down +controller1down\n"
16 "bind-key rctrl +controller1A\n"
17 "bind-key ralt +controller1B\n"
18 "bind-key rshift +controller1X\n"
19 "bind-key l +controller1Y\n"
20 "bind-key o +controller1L\n"
21 "bind-key p +controller1R\n"
22 "bind-key return +controller1start\n"
23 "bind-key 0 +controller1select\n"
24 "bind-key a +controller2left\n"
25 "bind-key w +controller2up\n"
26 "bind-key d +controller2right\n"
27 "bind-key s +controller2down\n"
28 "bind-key lctrl +controller2A\n"
29 "bind-key lalt +controller2B\n"
30 "bind-key lshift +controller2X\n"
31 "bind-key z +controller2Y\n"
32 "bind-key 1 +controller2L\n"
33 "bind-key 3 +controller2R\n"
34 "bind-key tab +controller2start\n"
35 "bind-key x +controller2select\n"
36 "bind-key backspace +advance-frame\n"
37 "bind-key /shift f1 save-state movieslot1.lsmv\n"
38 "bind-key /shift f2 save-state movieslot2.lsmv\n"
39 "bind-key /shift f3 save-state movieslot3.lsmv\n"
40 "bind-key /shift f4 save-state movieslot4.lsmv\n"
41 "bind-key /shift f5 save-state movieslot5.lsmv\n"
42 "bind-key /shift f6 save-state movieslot6.lsmv\n"
43 "bind-key /shift f7 save-state movieslot7.lsmv\n"
44 "bind-key /shift f8 save-state movieslot8.lsmv\n"
45 "bind-key /shift f9 save-state movieslot9.lsmv\n"
46 "bind-key /shift f10 save-state movieslota.lsmv\n"
47 "bind-key /shift f11 save-state movieslotb.lsmv\n"
48 "bind-key /shift f12 save-state movieslotc.lsmv\n"
49 "bind-key shift/shift f1 load-state movieslot1.lsmv\n"
50 "bind-key shift/shift f2 load-state movieslot2.lsmv\n"
51 "bind-key shift/shift f3 load-state movieslot3.lsmv\n"
52 "bind-key shift/shift f4 load-state movieslot4.lsmv\n"
53 "bind-key shift/shift f5 load-state movieslot5.lsmv\n"
54 "bind-key shift/shift f6 load-state movieslot6.lsmv\n"
55 "bind-key shift/shift f7 load-state movieslot7.lsmv\n"
56 "bind-key shift/shift f8 load-state movieslot8.lsmv\n"
57 "bind-key shift/shift f9 load-state movieslot9.lsmv\n"
58 "bind-key shift/shift f10 load-state movieslota.lsmv\n"
59 "bind-key shift/shift f11 load-state movieslotb.lsmv\n"
60 "bind-key shift/shift f12 load-state movieslotc.lsmv\n";