Jools Wills
0da4b1ec16
Merge pull request #1168 from HerbFargus/theme-warning
...
Add warning in theme installer about WSOD
2016-01-04 20:16:20 +00:00
HerbFargus
4647d2063f
Add warning in theme installer about WSOD
2016-01-04 13:08:43 -07:00
Jools Wills
275711dfa0
some more odroid module exclusions
2016-01-04 19:55:01 +00:00
Stefan
5530e1141e
ps3controller.sh: disable "DiscoverableTimeout"
...
Under raspbian jessie ps3 controller is not pairable after some minutes. Disable "DiscoverableTimeout" and "PairableTimeout" to make dongle pairable forever.
2016-01-04 18:35:02 +01:00
Jools Wills
15e8e49fe6
fix building ES for OpenGL ES on odroid (mali gpu)
2016-01-04 03:49:11 +00:00
Jools Wills
c75971a65d
enable building sdl2 for odroid (mali-fbdev)
2016-01-04 03:49:11 +00:00
Jools Wills
2f94b6dbad
can't use "mode" variable as it is a global array
2016-01-04 03:45:50 +00:00
Jools Wills
aa6f5820ec
remove some more errors outputted when tvservice is missing
2016-01-04 03:42:53 +00:00
Jools Wills
caed4662dd
check has_tvs before running switch_mode function
2016-01-04 03:38:59 +00:00
Jools Wills
aed66a56e6
change the retropie menu so rpi specific entries are only added for rpi after default entries are added
2016-01-03 23:58:47 +00:00
Stefan
7127618090
retroarch.sh: refine 8Bitdo controller udev workaround
2016-01-03 20:42:40 +01:00
Jools Wills
39fed8a422
cosmetic
2016-01-03 19:19:41 +00:00
Jools Wills
0b36e8db43
no need for a wildcard comparison - isPlatform handles "rpi" for rpi1/rpi2
2016-01-03 19:18:53 +00:00
Jools Wills
2371115578
another missed name change.
2016-01-03 18:32:27 +00:00
Jools Wills
e00af21fd9
fix variable name change breakage
2016-01-03 18:31:35 +00:00
Jools Wills
c1d73474dd
cosmetic
2016-01-03 17:41:03 +00:00
Jools Wills
1bafde93d9
do not overwrite existing es_input.cfg when configuring/updating emulationstation. instead add our
...
inputAction to the file if it is missing
2016-01-03 17:38:34 +00:00
zerojay
907478b372
Set FBA and NeoGeo to use MAME Scraper
2016-01-03 16:25:53 +00:00
Stefan
ce369efd81
reicast.sh: add 18 to input_id if xbox controller is used
2016-01-03 11:39:51 +01:00
Stefan
9db8e3948b
retroarch.sh: add more 8Bitdo controllers
2015-12-31 11:09:27 +01:00
Stefan
db0b9c8b9d
reicast.sh: add more xbox controllers
2015-12-31 11:03:32 +01:00
Stefan
407553381b
autostart.sh: enable X11 autologin for platform x86
2015-12-30 11:49:34 +01:00
gizmo98
5da0911f34
input scripts: add workarounds for some controllers
...
-reicast: add workaround for xbox controller button mismatch. Button
numbers have an offset of 15.
-retroarch: add workaround for 8Bitdo controller button mismatch.
Button numbers have an offset of 11.
-retroarch: remove keyboard hotkeys if there is no input_enable_hotkey.
-retroarch: write the current configured joypad input driver into
config file.
2015-12-28 21:30:33 +01:00
gizmo98
070fa75756
Use another autostart method
2015-12-28 16:37:04 +01:00
gizmo98
c222b55839
refine menuconfig
2015-12-25 13:46:40 +01:00
gizmo98
4d0efb29e2
Add retropie menu for x86
2015-12-25 13:39:21 +01:00
gizmo98
d5ddb290c3
Add enable disable autostart
2015-12-25 13:27:59 +01:00
gizmo98
6e05542690
exclude retropiemenu for now
2015-12-25 10:31:05 +01:00
gizmo98
bb41968ac9
Remove more modules
2015-12-24 15:52:44 +01:00
gizmo98
27414f4611
refine emulationstation
2015-12-24 15:36:51 +01:00
gizmo98
c955cabf04
Escape $
2015-12-24 15:22:33 +01:00
gizmo98
343eaa324c
enable emulationstation again
2015-12-24 14:47:13 +01:00
gizmo98
d3205a7251
disable modules with rpi optimizations for now
2015-12-24 14:45:32 +01:00
Stefan
8b0d1fec62
initial platform x86 commit
2015-12-24 14:05:52 +01:00
Jools Wills
b3c2ded458
remove call to enable_xboxdrv from configure_xboxdrv - we don't want to enable it here
2015-12-23 00:20:21 +00:00
Jools Wills
edcc921e00
add configure function to xboxdrv and move code to update existing configs to it. This will then get run if retropie-setup is updated, and binaries installed.
2015-12-23 00:18:50 +00:00
Jools Wills
0e8ec7a0e1
change parameter ordering for xboxdrv
2015-12-22 18:39:57 +00:00
Jools Wills
cb25afac2f
use dist-upgrade rather than upgrade so dependencies are always resolved
2015-12-21 17:09:05 +00:00
Jools Wills
b853745ee7
use gui_xboxdrv instead of configure_xboxdrv, so it is installed but the gui is not shown. other settings will be migrated to "gui" rather than "configure" later to separate graphical configuration from automatic configuration etc
2015-12-21 01:37:47 +00:00
Jools Wills
c6bfe6a4a5
don't throw errors from joy2key.py if joystick unplugged
2015-12-20 21:18:01 +00:00
Jools Wills
7ad6a34d0c
no need for pushd/popd
2015-12-20 21:15:29 +00:00
Jools Wills
be4ef0afc3
switch to updated own compiled xboxdrv to support additional joysticks/clones
2015-12-20 20:36:00 +00:00
Jools Wills
3b561251eb
move user splashscreen folder creation to install function
2015-12-20 03:22:25 +00:00
Jools Wills
417428cafb
fix path name for user splashscreens in dialog
2015-12-20 03:18:03 +00:00
Jools Wills
1dbd3721f3
dialog title wording
2015-12-18 02:37:34 +00:00
Jools Wills
3dcb5a919f
splashscreen dialog title
2015-12-18 02:35:05 +00:00
Jools Wills
b588adf6fb
make joy2key executable again after copyright header changes
2015-12-17 22:58:47 +00:00
Jools Wills
450c344f86
force +x on asplashscreen init.d script
2015-12-17 22:52:19 +00:00
Jools Wills
ab26f7a8fd
fix up asplashscreen executable permissions
2015-12-17 22:48:17 +00:00
Jools Wills
dd6e871d8f
fix error in grep
2015-12-07 14:29:18 +00:00