AliceLR / megazeux

Official MegaZeux git repository
https://www.digitalmzx.com/
GNU General Public License v2.0
124 stars 21 forks source link

3ds: Fix regression caused by mistakenly using "software" renderer. #483

Closed asiekierka closed 1 month ago

asiekierka commented 1 month ago

Oops.

Note that, as the software renderer is effectively unusable on 3DS-without-SDL anyway, adding a #if !(defined(CONFIG_3DS) && !defined(CONFIG_SDL)) to src/graphics.c's renderer list removes an additional 90KB off mzxrun.3dsx (and 10KB off megazeux.3dsx), but this should probably be solved more cleanly.