libretro / gambatte-libretro

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

Fix loading of custom palettes with CRLF line terminators #208

Closed jdgleaver closed 2 years ago

jdgleaver commented 2 years ago

As reported in #207, the core can only load custom palette files in UNIX format. This trivial PR fixes the issue, such that files with CRLF line terminators can now be loaded successfully.

Closes #207.