nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
955 stars 53 forks source link

Qt: Redirect stdout on Windows #367

Closed GranMinigun closed 4 months ago

GranMinigun commented 4 months ago

fmt::print() exception throw strikes back. Apparently, when reverting the previous workaround, I didn't test the debug build. Yes, it crashed. Oops.

As a bonus, now logs are output into terminal. As a quirk, the process terminates along with the terminal. Seems like a fair trade to me.

fleroviux commented 4 months ago

Seems like a decent workaround to me. Thanks!