libretro / snes9x2002

Snes9x 2002. Port of SNES9x 1.39 for libretro (was previously called PocketSNES). Heavily optimized for ARM.
37 stars 46 forks source link

gfx: Remove unused settings and code #49

Closed jSTE0 closed 2 years ago

jSTE0 commented 2 years ago

Drop S9xInitUpdate() which is only a stub here and was originally used upstream in the Windows port until 1.52 where it was unused in the Windows port as well. This function has already been removed in the libretro snes9x2005 and 2010 cores.

Also drop checking the Settings.SixteenBit flag as this fork no longer contains 8bpp graphics rendering code.