dlbuhtig4096
dlbuhtig4096
I was just reporting it first. Ensata has a debug register 0x04fff200 that is not emulated by DeSmuMe currently, which seems to be the option to enable and disable sound....
Just tested and it should work. Please check #851 and merge.
This PR should also fix the problem that soft reset is not working when Ensata emulation enabled now. Please refers to [comments on the source file](https://github.com/dlbuhtig4096/desmume/blob/master/desmume/src/MMU.cpp#L1846) for the details of...
Changed the behavior of `OpenConsole()` on Windows: - First, it attempts to `AttachConsole(-1)` and then uses `AllocConsole()` in case the first attempt fails. - Removed `SetConsoleCP(GetACP())` and `SetConsoleOutputCP(GetACP())` upon success....