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

image

Solutions:

  1. Make the ROM argument mandatory.
  2. Use an open source default. Bundle it the fpt binary, we don't want to hardcode the ./roms directory.
  3. Provide a friendly error message when ./roms/Tetris_World_Rev_1.gb is unavailable.