Commit graph

1904 commits

Author SHA1 Message Date
gizmo98
eea1e7087c runcommand.sh: fix wrong fb_res restore
If overscan is enabled `fb_res_h = display_res_h - overscan_r
-overscan_l` and `fb_res_v = display_res_v - overscan_t -overscan_b`.
It is false to use display resolution. Just store original fb
resolution and use this value.
2016-02-21 11:38:01 +01:00
Jools Wills
6c250352dc updated sdl2 to 2.0.4 2016-02-17 19:03:27 +00:00
Jools Wills
de41194658 check for fbi when reading config 2016-02-17 10:15:01 +00:00
Jools Wills
8e9c9fc410 allow changing the image width when scraping 2016-02-17 10:12:33 +00:00
Jools Wills
d3cf844363 check for artwork to display in rom folder first 2016-02-17 10:04:10 +00:00
Jools Wills
ab1d20edcb move scraper out of experimental 2016-02-17 09:09:35 +00:00
Jools Wills
b3cec8ed5a allow configuring of scraping thumbs only in sselph's scraper 2016-02-17 09:08:57 +00:00
Jools Wills
e027b1d271 build sselph's scraper from source on jessie+ so it works on x86 etc 2016-02-17 08:53:33 +00:00
Jools Wills
8e27541507 followe symlinks when getting list of rom folders for scraping 2016-02-17 08:00:15 +00:00
Jools Wills
378c1d1e8d output as text from xmlstartlet in input configuration so entities like & become & so they reencode correctly 2016-02-14 18:43:28 +00:00
Jools Wills
4c4e60283b enable cursor for runcommand menu / configuration 2016-02-14 11:11:19 +00:00
Jools Wills
6309d36327 remove unused iniConfig 2016-02-14 09:36:02 +00:00
Jools Wills
7840a73c1e put gamecon_gpio_rpi options in /etc/modprobe.d/gamecon.conf and remove from /etc/modules if there
use printMsgs instead of echo
fixes #1234
2016-02-11 13:19:39 +00:00
Jools Wills
e5ebc6a67a move dkms dependency to depends and add gcc-4.7 dependency needed by the kernel header packages #1258 2016-02-11 12:20:53 +00:00
zerojay
cee2f2c2d8 Add support for scraping Arcade system as MAME for sselph scraper.
Now that Retropie supports having a merged arcade folder in Retropie 3.5, add support for scraping the arcade folder as MAME.
2016-02-07 14:30:20 -04:00
HerbFargus
e2f7b54615 Add Simpler Turtle Pi Theme from @Omnija 2016-02-06 17:56:39 -07:00
Jools Wills
1348c459c3 force stdin/stdout for alsamixer via /dev/tty - needed when launching alsamixer from retropie-setup within ES, due to the logging redirection 2016-02-05 22:33:09 +00:00
Jools Wills
625687909c use retropie user id / group id for usbmount to avoid permissions issues 2016-02-05 13:56:13 +00:00
Jools Wills
17cca5f5f3 runcommand joy2key fixes - didn't stop joy2key when not entering menu
check for joystick disabled in joy2key function to simplify logic
2016-02-05 12:22:18 +00:00
Jools Wills
5bde70983d add ntfs support to usbmount 2016-02-05 11:14:53 +00:00
Jools Wills
3103cbdc20 created a jessie compatible usbmount, and implemented it into our usbromservice module 2016-02-05 10:15:44 +00:00
Jools Wills
715346b0a1 clear after launching command 2016-02-05 05:59:44 +00:00
Jools Wills
452f978f9f logic changes and remove reset for now as it may not be needed 2016-02-05 05:58:08 +00:00
Jools Wills
cd0db8224c turn off cursor (but turn it back on for terminal or non retropie system apps) 2016-02-05 05:45:58 +00:00
Jools Wills
bc268d8e00 clear screen before launching emulationstation 2016-02-05 05:41:21 +00:00
Jools Wills
54c90d89b5 enable joystick control when no default app is set in runcommand 2016-02-05 05:34:10 +00:00
Jools Wills
1359fa4dd9 move some runcommand.sh code into functions 2016-02-05 05:33:00 +00:00
Jools Wills
5c32659d6c check for ES running when launching the scraper 2016-02-05 00:51:53 +00:00
Jools Wills
63bccc25e9 enable bluetooth module for x86 (it works depite the fact that the X tools are better) and add to retropiemenu 2016-02-05 00:44:12 +00:00
Jools Wills
7545b4c359 add runcommand launch script configuration to retropie menu
if a module has a "gui" function - call that are dependencies, else call "configure". this is due to some modules containing source install and configure options as well as an additional gui functionality.
we should move all gui menus to a gui function so that configure functions are always non-interactive
2016-02-05 00:27:43 +00:00
Jools Wills
7fa22e7a6a avoid using sudo for fbi, and show for 2 seconds. now will wait before loading, which avoids issues with sdl programs like scummvm 2016-02-04 19:46:39 +00:00
Jools Wills
f3c0d1b094 runcommand configuration gui order/wording 2016-02-04 08:09:02 +00:00
Jools Wills
6003fe99be generate config for runcommand launch dialog with defaults (no colour) as blue background is strong. 2016-02-04 07:55:47 +00:00
Jools Wills
0af91edb61 remove -e (that enabled fbi edit mode) 2016-02-04 07:06:56 +00:00
Jools Wills
9fcdbc23fe if the menu is disabled, make sure the joystick input is too 2016-02-04 06:59:38 +00:00
Jools Wills
a50e2c6602 show rom name + emulator when launching 2016-02-04 06:54:56 +00:00
Jools Wills
9b87f2e3d2 add option to disable pre-launch menu completely (includes launcher dialog - but art will show if left enabled) 2016-02-04 06:45:13 +00:00
Jools Wills
ef55c47477 2 second delay for pre launch key press check 2016-02-04 06:34:59 +00:00
Jools Wills
b2a09e7474 disable edit mode for fbi and reset terminal before returning to ES 2016-02-04 06:29:55 +00:00
Jools Wills
dc4c76463c add default runcommand config on install if it doesn't exist
allow disabling of joystick in pre launch menu
2016-02-04 05:08:38 +00:00
Jools Wills
bc54500c9b run fbi for 5 seconds, so it exits gracefully, rather than having to kill it 2016-02-04 04:47:57 +00:00
Jools Wills
18ee622f04 chown runcommand.cfg after changing as it may not exist before 2016-02-04 04:32:53 +00:00
Jools Wills
293172d95b don't show any output/errors from fbi 2016-02-04 04:09:26 +00:00
Jools Wills
7ddb44523a allow switching runcommand art on/off 2016-02-04 04:02:29 +00:00
Jools Wills
6ede3f07dc ability to show ES artwork before emulator launch 2016-02-04 03:59:31 +00:00
Jools Wills
ca8fe11033 handle launching console/terminal apps by using a command prefix of CON: in which case don't redirect stdout to the log (or we wouldn't see anything printed on the screen) 2016-02-04 03:15:53 +00:00
Jools Wills
fb38ffbb78 use infobox when launching emulator 2016-02-04 02:43:47 +00:00
Stefan
b8190ae82a ps3controller.sh: add multiple gasia and shanwan controller support
https://github.com/RetroPie/RetroPie-Setup/issues/1128
2016-01-31 13:24:54 +01:00
HerbFargus
072bca8295 Update Themes
Update installer to match the themes transferred to the RetroPie
Organisation
2016-01-31 01:22:54 -07:00
Stefan
8ad8b6a627 reicast.sh: fix xbox controller 2016-01-29 19:05:38 +01:00