Commit graph

1904 commits

Author SHA1 Message Date
Jools Wills
af92ba4ca2 indentation fix (tabs -> spaces) 2015-04-01 18:05:55 +01:00
marqs
d8bddb305c updated gamecon script module. 2015-03-31 23:24:54 +03:00
Florian
be7214deb7 Merge branch 'master' of https://github.com/petrockblog/RetroPie-Setup 2015-03-28 06:20:06 +01:00
Florian
4df425c338 CHG: Updated header information 2015-03-28 06:19:16 +01:00
Jools Wills
7a841848f8 switch to use iniGet rather than sourcing the config file. 2015-03-28 03:14:59 +00:00
Jools Wills
77cd969a5f fixed - wrong use of local
use array slice so ini values with spaces are allowed (for the future if the code is split out and used for other purposes)
2015-03-28 03:04:54 +00:00
Jools Wills
a78a94c3f3 make configs folder available over samba 2015-03-28 02:50:28 +00:00
Florian
aab7fbd52d CHG: Added license information to all files 2015-03-27 17:28:38 +01:00
Jools Wills
7f08095e74 get input from /dev/tty when waiting for keypress 2015-03-26 14:50:49 +00:00
Jools Wills
4621a70c1c rename retroarchjoyconfig to retroarchinput, and add keyboard configuration to it 2015-03-26 01:04:43 +00:00
Jools Wills
2e8e472f0e restart emulation station on exit (unless a key is pressed). Since emulation station doesn't yet have a mechanism to pick up on
any changed roms, it is quite annoying for users to have to keep restarting / plug in a keyboard etc. With this change afetr 5 seconds
emulationstation will restart, unless a key is pressed and the user wants to drop to terminal.
2015-03-24 11:05:11 +00:00
Jools Wills
ba7a18ac0b removed unused code from emulationstation module 2015-03-24 10:47:12 +00:00
Florian
d6dcf4bf89 Merge pull request #740 from joolswills/usbromservice
Usbromservice
2015-03-21 07:01:09 +01:00
gizmo98
5c3a211acb Remove chown.
chown is not necessary.
2015-03-18 17:58:57 +01:00
Jools Wills
fdd1a61c6a added rsync to dependencies 2015-03-17 20:51:45 +00:00
gizmo98
922c04226a Add repo for missing system themes
Added missing themes retropie and videopac.
2015-03-16 21:17:48 +01:00
Jools Wills
ab70b2ea54 make sure .emulationstation is owned by $user:$user when creating the retropie menu gameslist.xml 2015-03-14 15:33:21 +00:00
Jools Wills
255ca48106 make aptpackages available from the setup menu 2015-03-14 14:40:08 +00:00
Jools Wills
e71f9822fe make bashwelcometweak available from the setup menu - with a menu to be able to install/remove. 2015-03-14 14:38:54 +00:00
Jools Wills
eb5c29f7ff abort running of emulationstation if run as root, to avoid root owned .emulationstation folder being created in the users home directory, which will break launching later on if run as non root 2015-03-14 13:37:41 +00:00
Jools Wills
ed7c81323e rather than saving the retronetplay configuration in each step, add an option to save, so new settings can be reviewed / or cancelled 2015-03-13 20:09:45 +00:00
Jools Wills
60133aa6e9 cosmetic - indentation 2015-03-13 19:30:28 +00:00
Jools Wills
835d1e7d6f oops. didn't quote the $ so the emulationstation launch script actually got the output of pidof X hardcoded. fixed. 2015-03-05 20:15:26 +00:00
Jools Wills
2204ef7632 not sure there is any evidence that the gpu needs more than 256MB ram, even in 1080p 2015-03-03 14:12:47 +00:00
Jools Wills
9ed1cd8372 use pidof to check if X is running, rather than running a find on /tmp which could throw errors on subdirectories without read permission for user 2015-03-03 14:10:36 +00:00
Jools Wills
32fabb3b59 force /dev/tty for input/output for alsamixer - solves issues with launching within retropie-setup and keyboard input/screen output 2015-03-03 14:01:13 +00:00
Jools Wills
eef64ff367 add configuration to runcommand module for configuring cpu frequency governor (defaulting to not adjusting governor - it should be left up to the user
as it could cause cpu to run hotter etc)
force runcommand installation for source set up - it is a needed component.
modify runcommand to use configured governor, and apply to all cpu cores rather than just cpu0 - solves #687
2015-03-03 13:41:15 +00:00
Jools Wills
abd3b92696 fix reverse logic for adding xboxdrv to /etc/rc.local which happened after our styleguide changes - #697 2015-03-03 11:01:16 +00:00
Jools Wills
3fc7f7feaa remap_hotkeys_retroarchautoconf should return if no file provided / or file missing 2015-03-03 10:32:53 +00:00
Jools Wills
c900005b10 check if joystick exists in retroarchjoyconfig
call the retroarchautoconf remap_hotkeys function for the single file to avoid remapping everything each time
no need to recursive chown
2015-03-03 10:31:47 +00:00
Jools Wills
5b25628081 don't try and copy any controller configs from supplementary - we don't ship with any now.
separate out the remapping function so it could be used by other modules
2015-03-03 10:20:55 +00:00
Jools Wills
232e9627a3 instead of using md_params for passing parameters, just call the module function with the params so the function can use $1 $2 etc. makes it simpler when calling cross module functions as well as calling the function from within a module 2015-03-03 10:12:05 +00:00
Jools Wills
90c9368686 fiddle with bashwelcometweak -
* make it a function with local variables so we don't pollute outside
 * some error checking / logic so it works in a emulated chroot
 * removed unused uptime code
2015-03-03 10:00:56 +00:00
Jools Wills
f40a7697e3 use "ip route get" to get ip address - #711 2015-03-03 09:24:58 +00:00
Florian
e01e8a4be9 Merge pull request #705 from marqs85/master
update gamecon & db9 driver versions
2015-03-01 10:29:09 +01:00
Jools Wills
ec86e6a819 must be asleep - use $user not pi 2015-03-01 00:22:55 +00:00
Jools Wills
470191783e hide esconfig for now 2015-02-28 22:15:17 +00:00
Jools Wills
8007ff0af2 no need to chown twice 2015-02-28 22:10:52 +00:00
Jools Wills
34776f10f5 added retropie menu to emulation station with access to some common configurations / filemanager / etc. thanks to gizmo98 for his work on this also. 2015-02-28 22:07:59 +00:00
marqs
9f2aa944ea update gamecon & db9 driver versions 2015-02-28 00:23:01 +02:00
Jools Wills
3e2524b8d8 allow disabling of usb rom service, and don't install by default - users installing retropie on raspbian may not want that behaviour by default. 2015-02-26 05:11:21 +00:00
Jools Wills
187ba25c2c merged modules to enable/disable splashscreen and choose splashscreen into one.
755 permissions on splashscreen
2015-02-26 05:00:43 +00:00
Jools Wills
94b497ef07 intentation changes (to be more consistent with 4 spaces indentation) 2015-02-26 04:51:05 +00:00
Jools Wills
8c93631ca6 indentation / whitespace 2015-02-26 04:27:21 +00:00
Jools Wills
d87c7b9a36 use printMsgs for msgbox dialogs and add some /dev/tty redirects to gamecondriver dialogs 2015-02-26 03:52:09 +00:00
Jools Wills
9d2071619b clean up audiosettings module - add option to launch alsamixer 2015-02-26 02:56:04 +00:00
Jools Wills
0a259374f7 hide package repository from gui - as we don't currently have it 2015-02-25 23:11:09 +00:00
Jools Wills
a52118c97b fix compilation of qtsixa without having to use old gcc - https://bugs.launchpad.net/qtsixa/+bug/1036744 2015-02-25 23:06:48 +00:00
Jools Wills
430dae3ccb always replace the bashwelcometweak bashrc changes (by removing then adding). otherwise any updates wouldn't get applied 2015-02-25 22:50:38 +00:00
gizmo98
8462a5c043 retroarchjoyconfig: Use new "set hotkeys" function 2015-02-23 17:06:16 +01:00