Skip to content

environment: Return the played samples in on_audio_sample_batch()

Alice Mikhaylenko requested to merge alicem/retro-gtk:wip/exalm/frames into master

From analyzing RetroArch, it seems this function is supposed to return the number of played frames, while we currently return 0 there. This breaks, in particular, the beetle-ngp core which enters an infinite loop trying to play audio.

Edited by Adrien Plazas

Merge request reports