xemu - Windows (x86)  xemu - Windows (ARM)  xemu (AppImage) (x86)  xemu (AppImage) (ARM)  xemu - Mac  xemu (Source)

What's New:

nv2a/gl: Allocate only needed size for inline arrays Some HW/driver combinations appear to slow down dramatically when using very large GL buffers. Since the GL buffer supporting inline arrays is allocated after the guest `END`, the total size needed is known and the buffer may be sized appropriately. It would be good to test performance in games that use relatively large inline arrays (e.g., "King of Fighters 2003").