Commit graph

2504 commits

Author SHA1 Message Date
gizmo98
d5ebf33d95 Remove duplicate audio_rate setting
em_configureSoundsettings() already sets 48000.
2014-03-16 11:51:01 +01:00
gizmo98
794d95838e Disable digital dpad mode 1 (left) as default 2014-03-15 13:26:57 +00:00
gizmo98
a5fecf992d Set digital dpad mode 1 (left) as default 2014-03-15 13:20:51 +00:00
gizmo98
5a85c4e41b gpsp: fix RPI revision check 2014-03-15 09:01:12 +00:00
gizmo98
1c386bbf37 Optimize input setup. Update es_system.cfg 2014-03-15 08:54:12 +00:00
Jason Sperske
89a9b66303 Update supplementary.shinc
GoodGen (part of the [GoodTools Suite](http://www.allgoodthings.us/)) changes the extensions of all matched roms to `.gen`.  This change lets you audit your roms and immediately use them.
2014-03-12 10:15:30 -07:00
gizmo98
1d00deb611 RetroArch: minor improvements
-GPU screenshots are possible now:
28d1e77a36
-PSX: Extreme slowdown if rewind is enabled. If there is no keybinding, rewind should be always disabled.
2014-03-02 14:09:42 +01:00
gizmo98
47b0447c30 ES-config: Add some information
Emulationstation shows the following information:
[DGen]
Old Genesis/Megadrive emulator

[RetroArch]
GB,GBC,NES,SNES,MASTERSYSTEM,GENESIS/MEGADRIVE,PSX

[GnGeo]
Old NeoGeo emulator
GNGEO 0.7
2014-03-01 18:07:28 +01:00
Florian
a6b0757084 Added helper function for checking GIT repositories whether sources have been updated or not. 2014-03-01 11:35:07 +01:00
gizmo98
3bf0eed4fc Add missing slash 2014-02-27 19:10:32 +01:00
gizmo98
2e7f48f632 ES-config: Install Start.py, add to es_system.cfg 2014-02-27 18:08:21 +01:00
gizmo98
00551e989c PSX: Support cue files
http://en.wikipedia.org/wiki/Cue_sheet_(computing)
2014-02-23 18:11:08 +01:00
Florian
8c4e10a51e Merge pull request #272 from gizmo98/patch-4
Delete duplicates
2014-02-23 17:27:39 +01:00
gizmo98
e994221d3c Delete duplicates
Line 707 contains the same value.
2014-02-23 16:35:19 +01:00
gizmo98
fe8179a991 Fix: Copy settings.xml
settings.xml was not copied. ES-Config stored configs at the false location.
2014-02-23 16:29:25 +01:00
gizmo98
dcd6a0f0a4 Enable threaded_video, change default shaders...
...let shader preset decide if bilinear filtering (video_smooth) is necessary.

And please add the newer brighter phosphor.glslp:
http://blog.petrockblock.com/forums/topic/video-filters-scanlinesntsc/#post-4996
2014-02-18 20:30:02 +01:00
Florian
645f36a223 Minor fixes in supplementary function 2014-02-15 18:46:08 +01:00
Florian
55be891830 Merge branch 'master' of https://github.com/petrockblog/RetroPie-Setup
Conflicts:
	scriptmodules/supplementary.shinc
2014-02-15 18:43:02 +01:00
Florian
a5e2f855db Added systems Sega CD and Sega 32X, added BIOS directory for RetroArch, enhanced XBox360 controller setup 2014-02-15 18:41:31 +01:00
Vitor Baptista
de479bd981 Recognize .gen ROMs in Sega MegaDrive as well.
GoodTools ends up renaming roms to .gen, but they're just regular .bin files.
The users could simply rename them back to .bin, but why not accept them
as is anyway? DGen doesn't complain.
2014-02-09 16:26:32 -03:00
Florian
a179934405 Minor enhancement for debug log. 2014-02-09 10:36:08 +01:00
Florian
b2dcc6574e Minor fix for RetroArch Shaders installation 2014-02-09 10:33:09 +01:00
Florian
809d62b21d Minor fix for RetroArch Netplay Configuration 2014-02-09 09:44:51 +01:00
Florian
6245966f6f Fixed download of binaries 2014-02-08 21:26:48 +01:00
Florian
6a7a37c205 Updated gamecon setup routine (issue #264), fixed binaries installation (issue #265) 2014-02-04 06:55:37 +01:00
Florian
c5f5ae50cd Fixed typos 2014-02-02 18:47:56 +01:00
Florian
4a5ab350bf Added Armstrad CPC emulator CPC4RPi, added shaders to RetroArch cores, added Doom 1 shareware, added bashrc-RetroPie-tweak, added CPS (Capcom) system, enhanced xboxdrv installer, added 720p mode to run command.sh 2014-02-02 18:42:11 +01:00
Florian
3712612a00 Added D-Pad buttons to ES input auto-configuration (#issue 254) 2014-01-19 13:34:11 +01:00
Florian
fb954a2f5d Added approximated installation times for source-based installation, prepared installation for upcoming version of Emulation Station 2014-01-19 13:15:39 +01:00
Florian
799443afa3 Added libgles2-mesa-dev (solves issue #253) 2013-12-29 20:33:50 +01:00
Florian
675d99189d Minor bug fixes 2013-12-15 11:36:31 +01:00
Florian
36f9695c0d Updated joystick autoconfig files, minor bug fix 2013-12-08 17:29:44 +01:00
Florian
2ea02adb3f Updated function for ES_input configuration 2013-12-06 16:41:04 +01:00
Florian
33d27a420d Added support for autoconfig functionality of RetroArch, added installation routine for xboxdrv 2013-12-02 20:29:08 +01:00
Florian
9e6e760c40 Fixed installation routine for SNESDev 2013-11-25 20:30:48 +01:00
Florian
c3903ee235 Minor fix for SNESDev installation routine 2013-11-24 13:26:41 +01:00
Florian
88e2e6693f Enhanced installation routine of Mupen64plus-Rpi, updated installation routine for SNESDev 2013-11-24 09:57:51 +01:00
marqs
6a0b0f5111 Install gcc-4.7 along with kernel headers. 2013-11-13 00:46:06 +02:00
Florian
b162966294 Added timeout disabling function to binaries-based installation 2013-11-12 07:12:18 +01:00
Florian
97061080e4 Added Mame4All-Pi, added new log functionality, fixed default flags for "as", fixed default ES-settings for Mupen64plus-rpi 2013-11-05 19:35:21 +01:00
Florian
56b27f66cf Added N64 emulator Mupen64Plus-RPi 2013-10-25 20:27:24 +02:00
Florian
7b6e759d3f Added RetroArch Netplay Configuration, minor fixes 2013-10-22 21:13:31 +02:00
Florian
fc81c02c12 Added emulators, added splashscreen configuration, fixed USB-Copy-Service, minor fixes (#230, #236) 2013-10-16 21:47:19 +02:00
Florian
b6fd83ace2 Re-added PC-Engine core, added freezing fix for ES 2013-09-13 18:24:18 +02:00
Florian
01bb894297 Fixed folders (issue #221, issue #222), changed default configuration for DGEN, added Project MD to Megadrive, enhanced SD-card preparation script 2013-08-31 16:54:53 +02:00
petrockblog
617dbad0f8 Extended file list for creating binaries download, minor enhancements 2013-08-06 20:12:31 +02:00
petrockblog
fb6be7b318 Added PiFBA, Added PS3 controller installation, fixed GPSP 2013-08-06 19:59:14 +02:00
petrockblog
9bc0f5720f Added function for configuring audio settings, added check for calling user 2013-07-30 07:24:18 +02:00
petrockblog
a8028ca7d8 Minor fix for Picodrive installation. 2013-07-29 07:01:45 +02:00
petrockblog
2e955e1704 Fixed Cavestory installation 2013-07-25 21:58:25 +02:00