Commit graph

8 commits

Author SHA1 Message Date
G Derber
f7761fd635
Add ability to differentiate group ownership from user ownership. 2024-08-06 09:38:25 -04:00
Jools Wills
4816c9a289 update emulators to use setBackend and new sdl1/sdl2 flags 2021-04-19 03:30:09 +01:00
Jools Wills
b965f21e46 emulators - added rp_module_repo to emulators using git
Also fixed hatari licence link
2021-02-15 23:54:13 +00:00
hissingshark
87d1e19b0e Advertise Vero4K as a Mali platform 2020-03-02 06:38:46 +00:00
Conn O'Griofa
ad6239f990 dosbox-sdl2: add libglew-dev to depends
Current master is failing due to libglew-dev being required
even if opengl is disabled. As a temporary measure, install
package to satisfy build (and raise the issue upstream later).
2020-02-11 02:19:35 +00: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
80279823e9 dosbox-sdl2: enable fkms support 2019-07-04 03:33:57 +01:00
Conn O'Griofa
4751c259ec dosbox-sdl2: add to experimental
Add experimental DOSBox port with SDL2 & FluidSynth support
Thanks to: https://github.com/duganchen/dosbox

Preliminary findings:
* Performance is roughly equal to vanilla build (~11fps with Quake +timedemo demo1 on both)
* Graphical tearing no longer appears to be present (or is greatly reduced)
* Better scaling of the display to the entire screen
* The blue colour bug when opening the mapper via Ctrl+F1 is no longer present.

Disadvantages:
* CD-ROM emulation is not available due to lack of support in SDL2 (does not affect IMGMOUNT,
  so won't be a problem on Raspberry Pi)
* Mapper and windowed mode does not scale to full screen (but the port is configured to
  use fullscreen by default to mitigate the problem).
2017-12-29 10:04:44 +00:00