wwylele / teakra

DSi/3DS DSP emulator, disassembler, assembler, and tester
MIT License
76 stars 19 forks source link

mod_test_generator/step2_test_generator: Handle errors related to file I/O #26

Closed lioncash closed 5 years ago

lioncash commented 5 years ago

Makes it nicer to see if anything goes wrong and prevents potentially crashing the application if a file handle can't be opened.

lioncash commented 5 years ago

amended both of the issues (in this one and in the other PR)