Commit graph

1764 commits

Author SHA1 Message Date
George McMullen
ad693be0a3 MAMEdev MAME installation script 2020-05-20 15:17:50 -07:00
Jools Wills
4ddb7cb24c Adjust GCC comparisons to use major version only to fix version comparing
Older GCC on at least Debian used to output a 3 part version like 6.3.0 with gcc -dumpversion

Newer GCC / OS seems to only output the major version which broke comparisons as dpkg will consider a version such as "6" to be lower than 6.0.0
2020-05-19 20:16:24 +01:00
Jools Wills
e69c47e912 residualvm - remove --enable-keymapper option (no longer valid) 2020-05-17 03:47:14 +01:00
Jools Wills
fa4103c808 retroarch - update to v1.8.6 and rebase/rework patches 2020-05-12 20:04:39 +01:00
Jools Wills
94dcd7a320 pisnes - don't do config work on removal 2020-05-12 19:45:52 +01:00
Jools Wills
3e1ca1324a reicast - use python3 for reicast-joyconfig 2020-05-09 19:44:42 +01:00
Jools Wills
4accbaaac7 redream - make sure $biosdir/dc exists, or else writing dc_flash.bin symlink can fail. 2020-05-03 17:04:07 +01:00
dankcushions
c8af7a69fe N64: Disabled hybrid upscaling filter (causes slowdown on RPI4) 2020-05-02 11:20:17 +01:00
cmitu
99506660a7 drastic fix for running in a KMS context 2020-05-01 06:49:42 +01:00
Jools Wills
2c2b6d1056
Merge pull request #3112 from hhromic/ra-opt-clean
retroarch - setting `video_smooth` is no longer necessary
2020-04-29 17:56:02 +01:00
nemo93
68527b6e1d
dosbox - show larger freesize for C drive for installers that check free space. 2020-04-29 17:38:13 +01:00
Hugo Hromic
b9c3c89596
retroarch - setting video_smooth is no longer necessary
* `video_smooth` defaults to `false` since RetroArch 1.8.5
2020-04-26 22:30:59 +01:00
Jools Wills
9d5523197d stratagus - added missing cmake dependency 2020-04-24 01:10:28 +01:00
Jools Wills
3864a8eaca uae4arm - added missing libmpeg2-4-dev and removed unneeded parameter support
* the depends_uae4arm is no longer used by amiberry
2020-04-23 14:18:49 +01:00
Jools Wills
91c77c072a fbzx - fix incorrect getDepends quoting 2020-04-22 17:56:41 +01:00
Jools Wills
51e1ade9a0 mupen64plus - use older GLideN64 version on systems with cmake < 3.9
* latest GLideN64 CMakeLists.txt requires cmake 3.9+
2020-04-22 04:43:56 +01:00
Jools Wills
0668d83b38 mupen64plus - added missing libfreetype6-dev dependency needed by GLideN64 2020-04-22 04:43:27 +01:00
Jools Wills
d037c7f5bd
Merge pull request #3032 from joolswills/retroarch_1.8.5
retroarch - update to v1.8.5 and rebase/rework patches
2020-04-17 19:25:29 +01:00
Jools Wills
3a95bc6d61 redream - symlink new states folder
The latest version of redream copies "saves" to "states" then creates a new saves folder. After doing so it
sets a "savesfixed=1" in it's config. With the creation of our symlink for states the copy won't take place,
but I felt it was safest to avoid trying to do this automatically. Users can copy the configs to the new location
manually. It's an experimental module so this seems reasonable and it avoids additional logic and possible issues.
2020-04-03 04:37:40 +01:00
Jools Wills
d737e15a64 px68k - fix flag typo 2020-03-24 11:16:05 +00:00
cmitu
b47501f15b cleanup: revert errors introduced in 5a82a1617 2020-03-24 11:13:46 +00:00
cmitu
5a82a16176 setup: add back the question for the install/update dialog 2020-03-24 11:02:03 +00:00
Jools Wills
8a251fd739 mupen64plus - disable for mali for now as the logic needs reworking
* was disabled before but re-enabled for all mali platforms with recent vero4k changes. The module needs some additional work and cleanup for other mali boards like odroid-c1 etc
2020-03-23 07:22:24 +00:00
Jools Wills
49cd7d6de1 amiberry - fix building on odroid c1 2020-03-23 05:06:31 +00:00
Jools Wills
ed74fb3968 retroarch - update to v1.8.5 and rebase/rework patches
* remove patch 04_fix_corrupted_widgets as fixes are in v1.8.5
 * 01_hotkey_hack and 02_disable_search needed reworking due to source changes
2020-03-23 04:00:34 +00:00
Jools Wills
f4f4b3053a amiberry - removed unused libguichan-dev dependency 2020-03-22 22:50:12 +00:00
Jools Wills
65be0c780e xm7 - added missing cmake dependency 2020-03-18 17:37:38 +00:00
cmitu
207397eef3 advmame: disable multithreading temporary to resolve a crash 2020-03-16 17:40:09 +00:00
Jools Wills
a1ac29d54e redream / drastic - add __binary_url_* function so binary date can be used 2020-03-13 01:57:25 +00:00
Jools Wills
d5c1606c55 dosbox - incorrect $ on i incremement 2020-03-11 10:12:43 +00:00
Jools Wills
208865a096 dosbox - avoid infinite loop on startup if timidity fails 2020-03-11 10:10:33 +00:00
Jools Wills
03a8e6de03 retroarch - backport menu widget corruption fix to our v1.8.4
* backport https://github.com/libretro/RetroArch/pull/10246
2020-03-11 01:53:58 +00:00
Jools Wills
5b6b36cc89 redream - limit to rpi4 2020-03-10 08:02:42 +00:00
Jools Wills
33eae144d5
Merge pull request #3007 from hissingshark/vero4k_is_mali
Advertise Vero4K as a Mali platform
2020-03-07 02:33:10 +00:00
cmitu
29db26ae2a reicast: remove Start link when emulator is removed 2020-03-05 18:48:25 +00:00
hissingshark
87d1e19b0e Advertise Vero4K as a Mali platform 2020-03-02 06:38:46 +00:00
Jools Wills
87c64c00bb amiberry - target dispmanx + sdl2 for rpi4 due to kmsdrm driver issues with amiberry 3.1.2 2020-02-28 06:20:53 +00:00
Jools Wills
dbcb139b88
Merge pull request #3000 from joolswills/module_flags
Module flags
2020-02-28 02:55:51 +00:00
Jools Wills
8db4f641dd retroarch - ensure menu_unified_controls is set to true in default / template config 2020-02-26 02:10:42 +00:00
Jools Wills
c310c386b2 amiberry - force to v3.1.0 due to upstream issues 2020-02-22 13:00:58 +00:00
Jools Wills
6af5c2047b updated module flags for all emulators 2020-02-22 08:23:26 +00:00
Jools Wills
f772180fd1 redream - make sure we keep vmu (memory card) data on update - fixes #2996
* added noinstclean flag to avoid removing "$md_inst" before update
 * copy & symlink vmu0/vmu1/vmu2/vmu3.bin to config area for easy backing up
2020-02-20 03:43:29 +00:00
Jools Wills
16c8d3b301
Merge pull request #2992 from cmitu/reicast-mapping
reicast: change input mapping scripts and simplify launch script
2020-02-19 23:39:41 +00:00
cmitu
a4e430aaec Enable a couple more SDL1 emulators on the Pi4 2020-02-19 19:58:40 +00:00
Jools Wills
4e51fa9ff1 ppsspp - use bash [[ ]] rather than [ ] 2020-02-17 05:59:29 +00:00
cmitu
be2d1b1428 reicast: change input mapping scripts and remove previous mapping paramters from the run script 2020-02-16 11:03:24 +00:00
Jools Wills
327b8c8c41
Merge pull request #2991 from joolswills/redream
redream - added redream emulator to experimental packages
2020-02-16 00:12:34 +00:00
Jools Wills
c13c89fc6f lr-mupen64plus-next - make default for kms/rpi4
* move lr-mupen64-plus to optional packages (and main for kms platforms)
 * dont set mupen64plus standlone as default for rpi+kms
 * rework logic in mupen64plus - use kms instead of mesa and de-duplicate a bit
2020-02-16 00:02:56 +00:00
Jools Wills
7fcaab9ae2 redream - added redream emulator to experimental packages
* added .cue to platforms.cfg
2020-02-15 21:18:13 +00:00
Jools Wills
7c783f2cf1 scummvm-sdl1 - use dirname to get parent rather than ../ in sources 2020-02-15 20:34:27 +00:00