Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug(core): make C impl of __fatal_error print to stderr
Previously, any C assertion or other case of __fatal_error would only show the RSOD, but not print to emulator output. That is (a) mildly annoying, and (b) would not work in the weird case in Rust unit tests where graphics are not available.
- Loading branch information