TheRealQuantam

Results 4 issues of TheRealQuantam

FamiTracker currently uses multiplicative mixing for combining channel and envelope volumes, something along the lines of `volume = (chan_vol && env_vol) ? max(chan_vol * env_vol / 15, 1) : 0`...

As a followup to #710, this is for similar (but less extensive) optimizations for the non-SDL/Qt Windows builds. This version of the logger isn't broken like the SDL/Qt one was,...

Multiple issues occur in the Win32 versions of FCEUX when saving trace logs to file, with symptoms differing based on version. For this issue I'll talk about the SDL/Qt version...

Creating a draft pull request for code review purposes.