Open JayFoxRox opened 6 years ago
When using nxdk-rdt in XQEMU, we need:
# Set frame duration (?!) if True: apu.write_u32(NV_PAPU_SECTL, 3 << 3)
Only if this has been done, se_frame will be called.
se_frame
I did not test what happens on real hardware.
The xbdm interface does not have this issue because it's likely running with DirectSound already initialized.
When using nxdk-rdt in XQEMU, we need:
Only if this has been done,
se_frame
will be called.I did not test what happens on real hardware.
The xbdm interface does not have this issue because it's likely running with DirectSound already initialized.