libretro-mirrors / libretro-arb

For proposed improvements to libretro API.
8 stars 2 forks source link

Loading large files without need_fullpath=true #23

Open Alcaro opened 9 years ago

Alcaro commented 9 years ago

Currently, a core can ask for either a filename, or a pointer to the data. This sounds quite limiting to me. Desirable features:

Optional: BizHawk needs some parts of the disk I/O to be in the frontend. Try to figure out which parts and whether we can reasonably support it, or if their demands are too unrelated and/or crazy.

Alcaro commented 9 years ago