View Single Post
Old 09 April 2021, 23:20   #390
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
E-UAE was based on SDL 1.x, which has software rendering in addition to OpenGL support. SDL 2.x has a renderer system yes, but that's basically also implemented on top of OpenGL, so not at all the same as for SDL 1.x/E-UAE.

The choice of renderer will be runtime configurable, but right now you can change

fsemu_video_set_renderer(FSEMU_VIDEO_RENDERER_OPENGL);

to

fsemu_video_set_renderer(FSEMU_VIDEO_RENDERER_SDL);

in fsuae-main.c if you want to see if that helps with performance.
FrodeSolheim is offline  
 
Page generated in 0.04640 seconds with 11 queries