Rocky5 / XBMC-Emustation

Front end for some emulators, using XBMC
GNU General Public License v3.0
156 stars 28 forks source link

Gameboy Gamelist Issue #24

Closed hgoda90 closed 5 years ago

hgoda90 commented 5 years ago

When the gamelist is created for Gameboy games the gamelist is missing the last character of the game title. I fixed the issue temporarily by creating a space at the end of the rom file.

Rocky5 commented 5 years ago

I take it your rom extensions are only 2 characters long? will take a look at the script to see how I truncates the extensions.

But I recommend zips for all roms, you won’t notice a difference but it saves space.

hgoda90 commented 5 years ago

The Gameboy roms are in the .gb extension but if .zip would work better than I would just zip them all.

Rocky5 commented 5 years ago

Yeah I just truncate a file instead of extracting the extension, will fix it for the next release.