egordorichev / pemsa

Runtime emulation for PICO-8
MIT License
101 stars 4 forks source link

Steam Release Testing #11

Open Coolie2 opened 2 years ago

Coolie2 commented 2 years ago

After configuring and testing several games in my Pico-8 library via the Steam release of pemsa, there's two issues I found:

-The game "Ready, Set, Goo!" seems is not detected properly, even when the P8 file is renamed to remove the non-alphanumerical characters.

-The game "Stay Away" has graphical glitches when emulated via pemsa.

I might also suggest inverting how the letter casing of ROM files is handled (lowercase letters are formatted as uppercase in the emulator's menu, and vise versa for uppercase letters), as well as having a dedicated folder for games to make removing and adding games clearer for the end user.

egordorichev commented 2 years ago

Could you provide a link to both of the games, you have issues with? Also, what graphical glitches did you encounter? Will add folder support in pemsa-sdl in a second. Didn't really get the point in inverting the letters, why would we want to do that?

egordorichev commented 2 years ago

Implemented subdirectories in splore via 5e0cbe7

Coolie2 commented 2 years ago

In terms of capitalization, I just meant that uppercasing the first letter of game title words as such:

Screenshot 2022-04-20 120717

currently requires game names to be formatted as such:

Screenshot 2022-04-20 120834

The links for the two games are Ready, Set, Goo! and Stay Away, with the following picture demonstrating the graphical glitch I found with the latter game:

Screenshot 2022-04-20 120801

The corruption seems to occur at the top and bottom of the screen.