Skip to content

Commit

Permalink
added P8.pak to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Inman committed Oct 22, 2022
1 parent 18421e8 commit 59c5334
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion commits.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 2 additions & 9 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59c5334

Please sign in to comment.