libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
99 stars 71 forks source link

[3DS] Use linearAlloc to allocate the screen #135

Closed justinweiss closed 4 years ago

justinweiss commented 4 years ago

RetroArch's ctr_gfx driver takes a faster path if the buffer is in correctly aligned linear memory. This matches simiar code in snes9x2005 and below.