libretro / QuickNES_Core

The QuickNES core library, originally by Shay Green, heavily modified
GNU General Public License v2.0
22 stars 35 forks source link

Audio Buffer Saving and VRC7 Audio Savestate Fix #46

Closed Dwedit closed 6 years ago

Dwedit commented 6 years ago
Dwedit commented 6 years ago

Just realized I should ensure the added variables are initialized properly...

inactive123 commented 6 years ago

Awesome stuff. Merging.

Dwedit commented 6 years ago

hold on, I caught a bug, nonlinear audio is borked at 0 runahead frames (but works otherwise), linear audio is fine at 0 runahead frames. Will submit another pull once I have it cleared up.

Edit: Appears that the bug only happened during my post-submission code cleanup, not in the actual submission. Have also fixed my local copy's bug...