libretro / beetle-pce-fast-libretro

Standalone fork of Mednafen PCE Fast to libretro
GNU General Public License v2.0
29 stars 52 forks source link

.zip support for CD-ROM systems? #154

Closed thekiefs closed 4 years ago

thekiefs commented 4 years ago

Is there any way to bring .zip or other compression support to run games with multiple .bins and .cue that are embedded within a .zip? Right now I have to extract the .zip in order to play the game, it would be nice to skip that step if possible. There are other CD systems that crash on .zip load https://github.com/libretro/RetroArch/issues/10630 so I'm thinking it's hard to integrate this support

negativeExponent commented 4 years ago

crash can possibly be fixed, but no one with the right mind should be using zip, rar,7zip to load CD or HDD based games. this is the reason CHD was created so these images can stay compressed and decompress in memory in real-time.

hizzlekizzle commented 4 years ago

I agree with @negativeExponent and this sort of thing is generally considered a frontend's responsibility, rather than the core's.

thekiefs commented 4 years ago

Ok. Thnx