Amjad50 / plastic

NES emulator in rust with egui and TUI
MIT License
299 stars 12 forks source link

Missing Error Feedback for File Explorer #20

Open silverhadch opened 1 day ago

silverhadch commented 1 day ago

The file explorer does not provide feedback if it fails to open a .nes file due to errors like invalid formats or missing files

Add error handling and user feedback in case the file explorer encounters an issue while opening files.