libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
104 stars 78 forks source link

Always count GBC RAM in the system RAM memory size #127

Closed rzumer closed 5 years ago

rzumer commented 5 years ago

This is necessary to enable access to the GBC extended RAM.

The conditional is always false at the point where this function is called, and memory descriptors should take the system into account correctly.

rzumer commented 5 years ago

Please see https://github.com/libretro/RetroArch/issues/8582. While it is trivial to fix on the core side for Gambatte, it's not viable for other cores, so I will close this PR for the time being hoping to get a fix out on RetroArch's side instead.