Commit graph

78 commits

Author SHA1 Message Date
Jools Wills
c6423c753d use isPlatform for platform flag checking so we can do !rpi or !odroid
disable rpi emulators on odroid
2016-01-04 03:49:11 +00:00
gizmo98
d3205a7251 disable modules with rpi optimizations for now 2015-12-24 14:45:32 +01:00
Jools Wills
027cf0341f de-duplicate the retroarch archives url 2015-12-20 22:41:47 +00:00
Jools Wills
d4e827c6e4 moveConfigDir makes the destination directory, so we don't have to create it in the modules 2015-12-03 04:47:54 +00:00
Jools Wills
4a158a0699 more additions of moveConfigDir 2015-12-03 04:37:32 +00:00
Jools Wills
d7f843d473 copyright sp / minor wording tweak 2015-10-12 00:09:22 +01:00
Florian
db0dd30692 CHG: Updated copyright information. 2015-10-11 21:03:16 +02:00
Jools Wills
1da1e322a9 use numerical comparison operators for raspbian version 2015-09-15 01:51:18 +01:00
Jools Wills
f9fca6c6f4 only use libjpeg8-dev on wheezy (jessie uses libjpeg-dev) 2015-09-11 12:10:17 +01:00
Jools Wills
ce8ede4def updated licence url (to RetroPie org). Remove . at end of licence url to avoid any confusion 2015-06-16 16:41:34 +01:00
Florian
4df425c338 CHG: Updated header information 2015-03-28 06:19:16 +01:00
Florian
aab7fbd52d CHG: Added license information to all files 2015-03-27 17:28:38 +01:00
Jools Wills
9251c257d2 move scummvm to addSystem. Use consistent naming for launcher with "+Start .." 2015-03-24 17:25:06 +00:00
Jools Wills
98dc02e6b4 no need to change screen res for scummvm 2015-02-19 03:33:04 +00:00
Jools Wills
f27bf96d74 Revert "switched to rpi fork with rpi gles backend. Thanks to Vanfanel for his work on this. #589"
This reverts commit 2d709b6018.

unfortunately there are some problems with this release on hdmi out. Will revert for now
2015-01-14 13:47:23 +00:00
Jools Wills
2d709b6018 switched to rpi fork with rpi gles backend. Thanks to Vanfanel for his work on this. #589 2015-01-13 22:53:45 +00:00
Jools Wills
f937baa863 rename checkNeededPackages to getDepends 2015-01-08 22:03:12 +00:00
Jools Wills
3ccd020322 cosmetic - no need to quote a path that contains no spaces 2015-01-03 21:37:42 +00:00
Jools Wills
c9c89a37d4 put the virtual keyboard data in an "extra" folder and add it a launch parameter so scummvm can find it.
This is simpler than adding the keyboard path to the scummvmrc as it requires ini sections which we don't (yet) support
(and better than overwriting an existing config from scratch)
2015-01-03 21:34:45 +00:00
Jools Wills
dcde92c39f switch scummvm to build from source - enabling
* virtual / on screen keyboard
 * keymapper gui for mapping keyboard etc
 * newer build than debian repository (1.7.0)

rework the scummvm emulationstation config. we launch it from a script now (in roms/scummvm/) that will show up in emulation station too (and act
as a option to launch scummvm gui). Once launched, games can be added to scummvm. on exit, these are then added as files to rom/scummvm with the game id
as the name (.svm) which then show up in emulation station. this makes adding/launching games automatic.

idea for launching came from http://blog.petrockblock.com/forums/topic/guidescript-add-all-your-scummvm-games-to-emulationstation/#post-4814
2015-01-03 21:01:39 +00:00
Jools Wills
0582fd3f00 add dispmanx flag to more sdl framebuffer based emulator modules 2015-01-02 20:26:43 +00:00
Jools Wills
1d9f781ebd add an additional parameter for runcommand which will be used for saving of the video output mode and display in the menu.
we pass the module id in, which is short and should be clear to the user if manually fiddling with the config. if the parameter is
empty, it the name of the binary will be used
2014-12-29 16:16:08 +00:00
Jools Wills
49d8866ff9 added "runcommand.sh" to emulators that missed it so that they can benefit from user configured video output switching 2014-12-29 14:58:23 +00:00
Jools Wills
11660ba459 files that should have been committed as part of 691dd7551e 2014-12-16 22:08:32 +00:00
Jools Wills
d50be6695c cosmetic - tabs -> space indentation 2014-08-02 18:12:09 +01:00
Florian
46077accfe ES system settings are set individually for each system (issue #403) 2014-08-02 10:44:41 +02:00
Florian
ac7dc47899 Added configurations for emulators PiFBA and Fuse 2014-07-23 20:37:36 +02:00
Jools Wills
c272a3a4ef split out emulators and libretro cores into separate module files - supplementary modules still to do
add functions for registering/loading the modules
2014-07-20 19:41:17 +01:00