libretro / gpsp

gpSP for libretro.
GNU General Public License v2.0
55 stars 53 forks source link

[Ps Vita - RetroArch 1.9.10] Reading the game from the archive without unpacking the file #157

Open MadTooth opened 3 years ago

MadTooth commented 3 years ago

Can you make it possible to read the game file [.gba] from the archive [.zip, .7z or other archive] without unpacking it into the [temp] folder ?

davidgfnet commented 1 year ago

I definitely need to look into direct load for some platforms (like Vita, that has plenty of RAM for GBA). In the meantime I sent https://github.com/libretro/RetroArch/pull/15220 to ensure that low-mem platforms can decompress ROMs without 2 times more memory.

MadTooth commented 1 year ago

@davidgfnet Thanks