Commit graph

1764 commits

Author SHA1 Message Date
Jools Wills
7f9bd33f67
Merge pull request #2871 from dankcushions/bufferswapmode
BufferSwapMode=2 (On buffer update) is most performant.
2019-10-14 23:22:53 +01:00
Hugo Hromic
a998dcaffb scummvm - bump version to latest stable (2.1)
ref: https://retropie.org.uk/forum/topic/23778/scummvm-2-1-0
2019-10-14 15:47:09 +01:00
dankcushions
1253106c57 BufferSwapMode=2 (On buffer update) is most performant. 2019-10-13 18:58:07 +01:00
Rael Gugelmin Cunha
fbfa6c32dd Removing other gtk dependencies 2019-10-11 10:24:59 -03:00
Rael Gugelmin Cunha
f4f26d3832 Current head of dolphin has no more GTK UI 2019-10-11 09:46:42 -03:00
Conn O'Griofa
b0c021cbd0 mupen64plus: remove EGL extension check bypass hack
Fixed via:
d6ad676436
4c87af5975
2019-10-06 02:22:00 +01:00
Conn O'Griofa
b8c5865711 drastic: update to 2.5.0.4 with RPI4 compatibility
Permission for new release has been granted; see: https://drastic-ds.com/viewtopic.php?f=5&t=5610

Please note that while RPI4 (and RPI3/fkms) has been confirmed as working by me,
the developers have not explicitly advertised this release as supporting
RPI4; it works only because it is built as a generic arm binary that is
not dependent on the proprietary Broadcom GLES libraries.

Please keep the above in mind if reporting any bugs upstream.
2019-09-22 05:54:30 +01:00
Jools Wills
1cf37b3d23
Merge pull request #2843 from psyke83/drastic_fkmscompat
drastic: update to 2.5.0.4 with RPI4 compatibility
2019-09-18 07:24:32 +01:00
Conn O'Griofa
bbb0c285f7 drastic: update to 2.5.0.4 with RPI4 compatibility
Permission for new release has been granted; see: https://drastic-ds.com/viewtopic.php?f=5&t=5610

Please note that while RPI4 (and RPI3/fkms) has been confirmed as working by me,
the developers have not explicitly advertised this release as supporting
RPI4; it works only because it is built as a generic arm binary that is
not dependent on the proprietary Broadcom GLES libraries.

Please keep the above in mind if reporting any bugs upstream.
2019-09-17 04:57:53 +01:00
Jools Wills
8a2468cf4b Merge remote-tracking branch 'retropie/master' into fkms_rpi4 2019-09-13 04:24:40 +01:00
Jools Wills
959f76bf9f zesarux - updated to v8.0 2019-09-13 03:54:17 +01:00
Jools Wills
c1c8c35110
Merge pull request #2840 from joolswills/git_shallow_logic
helpers / gitPullOrClone - add a depth parameter and default to shallow cloning - #2678
2019-09-12 02:32:45 +01:00
Jools Wills
978528c765 stella - checkout source directly from the git repository 2019-09-11 05:37:58 +01:00
Jools Wills
84d976ad1c helpers / gitPullOrClone - add a depth parameter and default to shallow cloning - #2678
* use a depth of 0 for xroar to do a full depth clone as the repository doesn't support shallow cloning
2019-09-11 04:52:55 +01:00
Jools Wills
b7d651fdc7 stella - update to version 6.0.1
* this also resolves the framebuffer not accepting input once exiting on the rpi - fixes #1985
2019-09-11 04:36:24 +01:00
Conn O'Griofa
69e12a15d5 dosbox-sdl2: enforce vsync for kms
Also amend iniConfig whitespace to match default config formatting.
2019-09-10 00:21:49 +01:00
Conn O'Griofa
d516ad83c2 mupen64plus: debian buster & initial fkms support
* apply armv8 optimization based on platform flag (rpi3/4)
* remove kms blocking flag and add fkms & generic kms support
* consolidate launcher script execution arguments
* skip "emplace" patch for kms targets (no crash observed)
* apply EGL detection segfault patch for mesa
* disable all blacklist checking for mesa
* run kms targets in native resolution due to lack of modesetting or scaling on KMS.
2019-09-05 13:03:46 +01:00
Jools Wills
0e4c5b8766 Merge remote-tracking branch 'retropie/master' into fkms_rpi4 2019-09-03 04:42:56 +01:00
Jools Wills
5ba8635f7b openmsx - fix build issues - fixes #2822
* add libasound2-dev dependency
 * increase swap
 * add check to see build is successful
2019-08-28 22:12:00 +01:00
Jools Wills
d96ff7e684
Merge pull request #2817 from joolswills/amiberry_dedupe_logic
amiberry - put all the platform / bin logic in a single function
2019-08-23 02:23:22 +01:00
dankcushions
b2190ae649
$biosdir needs to be initialised in runcommand launch scripts 2019-08-21 09:55:40 +01:00
Jools Wills
f983e6ed8e amiberry - put all the platform / bin logic in a single function 2019-08-17 05:14:54 +01:00
Jools Wills
594a4180a0 Merge remote-tracking branch 'retropie/master' into fkms_rpi4 2019-08-17 04:23:12 +01:00
Jools Wills
922149b09d
Merge pull request #2803 from dankcushions/gles2n64
gles2n64.conf does not not like spaces around the '='
2019-08-12 05:24:31 +01:00
Jools Wills
2a3870c566
Merge pull request #2778 from dankcushions/master
ThreadedVideo = True for GLiden64
2019-08-12 05:19:12 +01:00
dankcushions
1be09af2f4 gles2n64.conf does not not like spaces around the '=' 2019-08-08 11:30:31 +01:00
Jools Wills
61371f9bd2 amiberry - move back to optional packages for a cleaner interface on first install
* was brought to my attention that having one system showing on first boot isn't ideal
2019-08-05 23:38:23 +01:00
Jools Wills
d73967dfe1
Merge pull request #2798 from cmitu/xroar-no-x11
xroar: disable any X11 dependency for non-X11 platforms
2019-08-01 02:43:15 +01:00
cmitu
097d2580a9 xroar: disable any X11 dependency for non-X11 platforms 2019-07-30 20:02:15 +03:00
Jools Wills
5af44c12b7 Merge remote-tracking branch 'retropie/master' into fkms_rpi4 2019-07-29 15:59:04 +01:00
Jools Wills
2da6381f87
Merge pull request #2797 from psyke83/fkms_update2
More fkms updates & cleanup
2019-07-29 15:58:05 +01:00
Jools Wills
36c9747824
Merge pull request #2775 from hissingshark/vero4k
Fix 2x build errors, 1x gitPullOrClone bug
2019-07-29 15:56:04 +01:00
Conn O'Griofa
f1907d1b7d atari800: update for fkms 2019-07-29 06:06:11 +01:00
Conn O'Griofa
5b253bc03b basilisk: update for fkms 2019-07-29 06:06:11 +01:00
cmitu
bf048f709d vice: add fullscreen configuration for (f)kms 2019-07-23 20:32:54 +03:00
Conn O'Griofa
bd86558f0b ags: update for fkms & fix performance
* add support for fkms build
* default to software gfxdriver for non-X11 targets
2019-07-17 03:06:55 +01:00
Conn O'Griofa
d42e73dcbd zesarux: update for fkms support 2019-07-17 03:06:55 +01:00
hissingshark
34455d173e Fix python wheel error on Vero4k 2019-07-15 21:54:16 +01:00
hissingshark
1b0f6fdc9c Fix broken path names after upstream reshuffle 2019-07-15 21:54:16 +01:00
dankcushions
c8c7c572a4 Enabled Threaded GL calls by default. Better performance. 2019-07-13 14:38:01 +01:00
Jools Wills
23c4fae9d1
Merge pull request #2772 from cmitu/openmsx-build-fix
openmsx - fix building with new versions requiring SDL2
2019-07-12 05:42:58 +01:00
cmitu
e588290b15 openmsx - fix building with new versions relying on SDL2 2019-07-11 14:29:12 +03:00
Jools Wills
8345e04f3a
Merge pull request #2760 from cmitu/vice-buster
vice: don't depend on 'checkinstall'
2019-07-07 05:50:57 +01:00
Jools Wills
77c2e56a94
Merge pull request #2758 from psyke83/ppsspp_consolidate
ppsspp: buster & fkms support
2019-07-05 18:34:50 +01:00
Conn O'Griofa
e04b7bf7c9 ppsspp: buster & fkms support
* Implement fkms support (treated as a generic GLES2 target)
* Update build dependencies to enable additional emulator
  (de)compression features.
2019-07-05 00:44:25 +01:00
Conn O'Griofa
e43c3eed1b retroarch: build X11 support on fkms
This is useful for the following reasons:
* better options for users who also wish to run desktop applications
* the kmsdrm driver exhibits graphical tearing in certain cores (on rpi3).
* set fullscreen by default for fkms

With an X11-enabled retroarch binary, it's then possible to configure
problematic cores to use xinit if needed to eliminate graphical tearing.
2019-07-04 15:36:35 +01:00
cmitu
d45d4985bf vice: don't depend on checkinstall 2019-07-04 09:05:12 +03:00
Conn O'Griofa
503768bae2 retroarch: add missing mesa dev package 2019-07-04 03:34:20 +01:00
Conn O'Griofa
80279823e9 dosbox-sdl2: enable fkms support 2019-07-04 03:33:57 +01:00
Conn O'Griofa
30e5b13ef3 dosbox: update to r4252 & enable fkms support 2019-07-04 03:28:35 +01:00