Commit graph

216 commits

Author SHA1 Message Date
Jools Wills
3ac7e12986 enable dispmanx driver for our retroarch build. gl is still default. add ability to easily switch it using the config editor. #744 2015-12-01 03:43:16 +00:00
Jools Wills
4c2faa3661 quote array 2015-11-29 20:18:01 +00:00
Jools Wills
acda710d3b remove variable (already in correct path) 2015-11-29 20:17:09 +00:00
Stefan
b5be1eeaf6 retroarch: use retropie shader repo 2015-11-16 21:26:22 +01:00
gizmo98
848dccaa0a retroarch: disable search box
Add a new search box fix
2015-10-29 21:46:42 +01:00
Jools Wills
897934b0db Revert "retroarch: use analog sticks as dpads"
This reverts commit 042f298cc3.

Breaks dpad on controllers that do not have an analogue input
2015-10-28 01:40:47 +00:00
gizmo98
042f298cc3 retroarch: use analog sticks as dpads
https://github.com/RetroPie/RetroPie-Setup/issues/1060
2015-10-25 18:25:58 +01:00
gizmo98
b3b1f3209d retroarch: remove old code fix
And remove code replacement. Search box can be closed with controller
now. Fix is no longer necessary.
2015-10-25 18:19:09 +01: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
442df17b64 disable openal support in retroarch. 2015-10-04 16:39:02 +01:00
Jools Wills
28087c86be remove build fix for retroarch - now fixed upstream f22436e39f 2015-09-25 18:32:01 +01:00
Jools Wills
1af9cd6a7e fix building on retroarch until https://github.com/libretro/RetroArch/issues/2144 is resolved upstream. 2015-09-20 19:03:39 +01:00
Jools Wills
8b3b7853a8 enable auto_remaps_enable by default so controller remapping saves are loaded automatically. 2015-09-13 23:19:49 +01:00
Jools Wills
298b501fc5 turn threaded_video back on by default, although we didn't notice major slowdowns, user feedback has suggested it does
affect things when render resolution is increased and shaders are used.
2015-09-11 19:06:15 +01:00
Jools Wills
0874d8df4d added libraspberrypi-dev dependency to retroarch 2015-09-10 19:41:48 +01:00
Jools Wills
f86c4b233e changing retropie defaults to allow easier switching of video smoothing by only setting it in the core - and turning it on my default. This should look better for most users without having to configure shaders. with the new configuration tool this can easily be changed. also default threaded video to off for better sync. #933 2015-08-06 20:42:01 +01:00
Jools Wills
a7d3975471 retroarch-joyconfig is installed correctly by the retroarch makefile now - update path to bin folder for retroarchinput module 2015-06-24 18:37:08 +01:00
Jools Wills
a25a804f79 turns out the retroarch freezing was being triggered by the menu search dialog - despite it not being shown. Re-instated patch to
disable as before (with filename change). https://github.com/libretro/RetroArch/issues/1807
2015-06-18 14:08:42 +01:00
Jools Wills
ddf77409c0 fix up temporary RetroArch repository - which has been moved to RetroPie org 2015-06-16 18:31:29 +01:00
Jools Wills
a6933a6445 use githubs preferred access protocol - https:// - before we had mixed git:// and http:// around the code 2015-06-16 16:50:37 +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
Jools Wills
33ef0520f2 moved repositories from joolswills to RetroPie organisation. 2015-06-16 16:29:44 +01:00
Jools Wills
b4f912e65b make retroarch-joypads directory in retroarch configuration - no need to make the $configs/all before as it is done in ensureRootdirExists 2015-06-16 12:02:42 +01:00
Jools Wills
a6bb217e2e change location of retroarch joypad configurations to /opt/retropie/configs/all/retroarch-joypads/
don't install the retroarch-joypad-autoconfig files by default - they can be confusing and collide with our generated configs
minor tweaks to temp file used in retrorch inputconfiguration
2015-06-15 17:03:33 +01:00
Jools Wills
86d21b743d branch retroarch off before the RGUI navigation breakage #863 2015-06-15 04:37:21 +01:00
Jools Wills
5930764f8a removed non working retroarch change/patch 2015-06-14 20:32:00 +01:00
gizmo98
313d3a538c Retroarch cleanup
Remove all shaders and remove assets. All old shaders are moved to
common-shaders repo.
2015-03-28 08:25:15 +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
4a40501643 retroarch:
* required file check is only really needed after building.
  * make copies verbose
2015-03-25 23:20:28 +00:00
Jools Wills
306f18cac1 rework retroarch config so a users existing configuration is never overwritten. instead we copy to a rp-dist file instead
so if there are any new options/defaults users can compare/copy over the changes etc.
2015-03-25 21:33:23 +00:00
Jools Wills
7f3136b1e3 we don't need to install a default retroarch-core-options.cfg file - and we shouldn't overwrite users configurations.
After going through the configuration, and comparing the core defaults, it isn't needed. Originally added due to http://blog.petrockblock.com/forums/topic/retroarch-core-options-file/ - but the pcengine
audio levels are set correctly by default.
2015-03-25 21:12:53 +00:00
Jools Wills
4c62b8b164 retroarch - smaller video_font_size by default 2015-03-21 06:47:39 +00:00
gizmo98
e046466529 RetroArch: Add common-shaders repo 2015-03-08 09:28:01 +01:00
gizmo98
7297e846dd RetroArch: Disable search box until there is a fix
Get rid of this annoying bug until there is a fix:
http://blog.petrockblock.com/forums/topic/controlle-issuesfreezing-when-accidentally-pushing-search-button/#post-90387
I have already done a PR but it was rejected.
2015-03-06 17:46:19 +01:00
gizmo98
7f5a03891c RetroArch: Add overlays and assets.
http://filthypants.blogspot.de/2012/09/background-shader-for-retroarch.h
tml
2015-02-23 18:03:56 +01:00
Jools Wills
91542b41f8 handle installing of our custom libsdl2 packages in the helper to simplify module dependencies 2015-02-22 02:06:18 +00:00
Jools Wills
171f222806 add --enable-neon for retroarch for rpi2 2015-02-07 17:42:38 +00:00
Jools Wills
8eec2cbcd8 after 59da3c56f2 we need to move the system specific shader set up to each module also, or the config dirs/file won't even exist if retroarch is built/installed first (which is default) 2015-02-03 21:25:56 +00:00
gizmo98
6f4c21a0e2 retroarch: Add SDL2 dependency
To fix this issue: https://github.com/petrockblog/RetroPie-Setup/issues/623
2015-01-31 11:57:06 +01:00
Jools Wills
02e4f43c10 use $biosdir variable 2015-01-28 00:55:52 +00:00
Jools Wills
adc78ffbc9 the BIOS dir isn't only used by retroarch - so let's make it by default, and also reset permissions in our reset permissions module 2015-01-28 00:54:53 +00:00
Jools Wills
cbe13ddeaf the initial system configurations for retroarch should be done by each module, rather than in the retroarch module. 2015-01-26 21:35:01 +00:00
gizmo98
c9aa50b418 Retroarch: add vectrex 2015-01-13 20:21:13 +01:00
gizmo98
c09d298931 Retroarch: Use auto aspect ratio. 2015-01-09 20:44:21 +01:00
Jools Wills
f937baa863 rename checkNeededPackages to getDepends 2015-01-08 22:03:12 +00:00
gizmo98
f94fe6879d retroarch: Change system dir name lynx to atarilynx 2015-01-04 09:00:38 +01:00
Jools Wills
32419850b9 reworked ini/config setting to reduce copy/paste and make the calling simpler. Since the most common usage is to change a few configuration
values at once, we now have a iniConfig function that sets up the delimiter type (such as "=" or " = "), the value quote
character (often "" nothing or "\"" a single quote) and the filename. you can then just call "iniSet" or "iniUnset" with two parameters
for key and value. A third parameter can be used in case you wish to use the current ini settings but on a different file. We should now easily
be able to handle any key/value configs whilst keeping the code simple/compact
2015-01-03 13:38:57 +00:00
Jools Wills
1a6316fb49 retroarch now supports zip files natively - https://github.com/libretro/RetroArch/pull/986
removed old retroarch-zip helper script
added .zip .ZIP extensions to be added to es config
2014-12-29 23:10:50 +00:00