jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
583 stars 50 forks source link

Load cart from memory #191

Closed jtothebell closed 1 year ago

jtothebell commented 1 year ago

Add the ability to load a cart from memory instead of the file. Includes a refactor to cart loading to share the parsing logic. Allow the libretro core to load carts from memory. This should fix some issues loading carts caused by scoped storage on newer versions of Android.