libretro / LRPS2

GNU General Public License v2.0
159 stars 47 forks source link

Fix small mistake with 32MB memory cards #176

Closed bslenul closed 2 years ago

bslenul commented 2 years ago

Currently if a 32MB memory card has been created, it will appear twice in the core options:

image

This is harmless but might be confusing to some. The code was checking twice for 8MB card before creating the [USER] options, this really simple PR fixes that.