Commit graph

220 commits

Author SHA1 Message Date
Jools Wills
38dc97853b runcommand - fix loading of per rom emulator 2016-11-13 14:25:52 +00:00
Jools Wills
85ee278271 runcommand - documentation fix 2016-11-12 23:49:42 +00:00
Jools Wills
3456a4d551 runcommand - reload mode defaults after removing per emu framebuffer setting 2016-11-12 22:55:15 +00:00
Jools Wills
90bb28c2ec runcommand - go to current setting in list (use --default-item) 2016-11-12 22:52:14 +00:00
Jools Wills
db030d1e59 runcommand - reload mode defaults after removing 2016-11-12 22:22:09 +00:00
Jools Wills
ea6bf4188d runcommand - move MODE declaration 2016-11-12 22:06:31 +00:00
Jools Wills
8d7b20ca97 runcommand - updated documentation 2016-11-12 21:58:10 +00:00
Jools Wills
55832cfbc3 runcommand - better parameter checks / output usage 2016-11-12 21:58:10 +00:00
Jools Wills
8cf8e03edf runcommand - create main and exit functions 2016-11-12 21:58:05 +00:00
Jools Wills
f8ee7993f9 runcommand - readable keys for emulators.cfg / videomodes.cfg 2016-11-12 19:34:39 +00:00
Jools Wills
c86ffd40f3 runcommand - rework default emulator loading and saving and remove more globals 2016-11-12 19:34:39 +00:00
Jools Wills
b0f24b1e37 runcommand - skip mode switch if no tvservice 2016-11-12 19:34:39 +00:00
Jools Wills
0a830786c8 runcommand - rework video mode / fb loading and saving and get rid of a bunch of globals 2016-11-12 19:34:39 +00:00
Jools Wills
9080da895b runcommand - some more global vars to caps 2016-11-12 19:34:39 +00:00
Jools Wills
56203a7f47 runcommand - turn the cursor back on if not launching from emulationstation 2016-11-12 19:34:39 +00:00
Jools Wills
7bc8393f1f runcommand - rework mode switching 2016-11-12 19:34:39 +00:00
Jools Wills
a41f192787 runcommand - global mode vars to caps 2016-11-12 19:34:39 +00:00
Jools Wills
81d7e0049b runcommand - netplay / save global vars to caps 2016-11-12 19:34:39 +00:00
Jools Wills
b66df095ef runcommand - system / rom global vars to caps 2016-11-12 19:34:39 +00:00
Jools Wills
1bb17b3f05 runcommand - joy2key globals to caps 2016-11-12 19:34:39 +00:00
Jools Wills
0546659a4a runcommand - config globals to caps 2016-11-12 19:34:39 +00:00
Jools Wills
d3761d520f runcommand - config / globals to caps 2016-11-12 19:34:39 +00:00
Jools Wills
7191c0a539 runcommand - initialise dont_launch variable - https://retropie.org.uk/forum/topic/5112/runcommand-sh-and-press-a-button-to-configure 2016-11-12 19:33:23 +00:00
Jools Wills
5d3064c900 runcommand - look in configdir/ports also for a ports launching image 2016-11-10 17:51:34 +00:00
Jools Wills
49c91e003a runcommand - support launch art per port 2016-11-10 15:52:08 +00:00
Jools Wills
87e4051960 runcommand - don't launch fbi in background
* disable fbi in background even for retroarch emulators. fbi/Retroarch has stdin attached to /dev/tty/. When fbi exits it causes issues keyboard input/stdin.
2016-10-24 19:20:45 +01:00
Jools Wills
457888dc69 runcommand - log parameters and resolved commandline 2016-10-08 20:01:09 +01:00
verybadsoldier
492f3c6a82 joy2key.py - using curses to map to terminal-specific hex values (makes joy2key work with different terminals) 2016-09-23 18:40:23 +02:00
Jools Wills
5f6b7e1959 runcommand - don't show dialog if using launch art even if there are no images. 2016-09-16 16:19:14 +01:00
Jools Wills
d318c5a8e4 runcommand - fallback on launching images even if using game art 2016-09-16 16:13:48 +01:00
Jools Wills
1d7623c3b7 runcommand - cursor changes
don't restore flashing cursor when returning to es - instead restore it when exiting from es from es launch script
2016-09-12 19:05:19 +01:00
Jools Wills
f348e66b13 runcommand - don't try and show non existing image (use path var in loop) 2016-09-12 18:58:54 +01:00
Jools Wills
4a0ca174e9 runcommand - allow backgrounding fbi if using retroarch 2016-09-12 18:48:11 +01:00
Jools Wills
a644981262 runcommand - launching art
support configdir/$system / configdir/all launching art.

fixes #1686
2016-09-12 18:44:13 +01:00
Jools Wills
ea145c5a12 runcommand - added %QUAKEDIR% token for sending id1 id1/rogue etc to tyrquake 2016-09-08 13:23:18 +01:00
Jools Wills
ec09a40576 runcommand - disable framebuffer options on X / ignore any perviously saved 2016-09-07 14:12:44 +01:00
Jools Wills
e3aabd6c45 runcommand - move / correct old comment 2016-08-30 23:35:37 +01:00
Jools Wills
c6e390fe40 runcommand - disable console output on +Start launch scripts / simplify 2016-08-22 21:20:30 +01:00
Shawn Daley
c92e0bb128 Ignore accelerometer in runcommand
Ignore axis higher than 8 to prevent accelerometer from causing
unintentional movements in curses GUI. Such as happens with DS4
controllers.
2016-08-20 19:13:15 -04:00
Jools Wills
406728c368 runcommand - use /dev/shm for appended retroarch.cfg 2016-08-18 11:57:57 +01:00
Jools Wills
446af78e0d runcommand - menu order / cleanup 2016-08-17 13:19:07 +01:00
Jools Wills
266d73e904 runcommand - fix path for retroarchIncludeToEnd. fixes #1636 2016-08-14 23:38:25 +01:00
Jools Wills
aedbc8e8b2 de-duplicate include moving in inifuncs/runcommand 2016-08-14 01:54:09 +01:00
Jools Wills
7d806d52e9 retroarch #include moving changes 2016-08-13 19:05:10 +01:00
Jools Wills
02bf105267 changed: make sure retroarch.cfg is at end of config for when users have save on exit enabled 2016-08-13 18:56:21 +01:00
Jools Wills
dc33ea6c83 runcommand - log errors from onstart/onend scripts 2016-08-11 14:07:25 +01:00
Jools Wills
e385457a7b cosmetic - remove trailing spaces in copyright 2016-08-11 03:23:30 +01:00
Jools Wills
9e016607d5 runcommand - ad option to launch retroarch with verbose logging 2016-08-09 13:58:09 +01:00
Jools Wills
65cea63be1 runcommand - /run/shm > /dev/shm 2016-08-04 20:21:59 +01:00
Jools Wills
7a66005296 runcommand - save information about what is being launched
* save info to /dev/shm/runcommand.info
 * one line per variable - system, emulator, rom and full commandline
2016-08-04 20:18:12 +01:00