issues
search
pineman
/
fpt
Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5
stars
1
forks
source link
Remove the default roms/Tetris search when no file is provided
#104
Open
joajfreitas
opened
2 months ago
joajfreitas
commented
2 months ago
Solutions:
Make the ROM argument mandatory.
Use an open source default. Bundle it the fpt binary, we don't want to hardcode the ./roms directory.
Provide a friendly error message when ./roms/Tetris_World_Rev_1.gb is unavailable.
Solutions: