diff --git a/commits.txt b/commits.txt index 4aa3ac1..20f0631 100644 --- a/commits.txt +++ b/commits.txt @@ -1,11 +1,12 @@ 5e600602 DinguxCommander 608ebfc1 SDL-1.2 -45ff2d0e picoarch +ab7f0294 picoarch 76e45c34 libpicofe 88252880 libretro-common 15e0485e vvvvvv e8801687 beetle-pce-fast 0b9ea388 beetle-vb +74fc9369 fake-08 b3c35b65 fceumm 15536214 gambatte 73e64647 genesis-plus-gx diff --git a/makefile b/makefile index 66048c2..11524a4 100644 --- a/makefile +++ b/makefile @@ -111,6 +111,7 @@ payload: cp ./third-party/picoarch/output/mednafen_supafaust_libretro.so ./build/EXTRAS/Emus/SUPA.pak/ cp ./third-party/picoarch/output/mgba_libretro.so ./build/EXTRAS/Emus/MGBA.pak/ cp ./third-party/picoarch/output/mgba_libretro.so ./build/EXTRAS/Emus/SGB.pak/ + cp ./third-party/picoarch/output/fake-08_libretro.so ./build/EXTRAS/Emus/P8.pak/ cp ./third-party/picoarch/output/nxengine_libretro.so "./build/EXTRAS/Roms/Native Games (SH)/Cave Story/" cp ./third-party/vvvvvv/vvvvvv "./build/EXTRAS/Roms/Native Games (SH)/VVVVVV/" # cp -R ./bits/bootlogos/pak/. ./build/EXTRAS/Tools/Single-use/bootlogo.tmp diff --git a/todo.txt b/todo.txt index 380f3b0..65223b7 100644 --- a/todo.txt +++ b/todo.txt @@ -4,18 +4,11 @@ Please see the README.txt in the zip file for installation and update instructio - fixed issue selecting the previously launched game on exit when name contains a single quote - extras: fixed hang in Random Game.pak (it could get lost in empty folders, poor guy) +- extras: added P8.pak (PICO-8 core, jtothebell's fake-08) ------------------------------- -- Pico-8 (P8) using fake-08 - runs - manual save and load state work - resume doesn't work (will need patch similar to other cores that need a moment to initialize) - needs overrides for buttons - some weirdness when opening the menu/saving - buttons get stuck in the down state - menu button stops working - not sure how a core could be causing this issue... +- can we auto-resume fastfoward after hotkey save/load? - gpsp has issues closing when a ~12MB zipped rom is loaded - add Add/Remove MiniUI Boot Logo to extras Tools