ekeeke / Genesis-Plus-GX

An enhanced port of Genesis Plus - accurate & portable Sega 8/16 bit emulator
Other
673 stars 193 forks source link

[Sega CD] 7z file extension load support #469

Closed ghost closed 1 year ago

ghost commented 1 year ago

Right now I have the files for the Sega CD in iso + ogg format, but some games have many files and it would be much better to have each game in a single .7z file that contains the iso file plus the multiple ogg audio tracks of the game.

ekeeke commented 1 year ago

That is not possible for CD games as they need to be read from disc continuously during emulation and 7zip is not a suitable format for that so it would require CD games to be fully decompressed into memory on load, which would result in much longer loading time and much larger RAM use.

I am not exactly sure why exactly having lesser files is 'better' but if you want to save space, you can convert CD games into chd files, which are single AND compressed CD image files and are supported by this emulator.