libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.21k stars 1.82k forks source link

Music Mixer stops when doing fullscreen toggle #6513

Open anyputer opened 6 years ago

anyputer commented 6 years ago

First and foremost consider this:

Description

When you press F ( or whatever you set the Fullscreen Toggle to ) while music is playing in the music mixer, the music that is playing stops.

Expected behavior

I expect it to just continue playing the music

Actual behavior

The music stops when fullscreen toggling

Steps to reproduce the bug

  1. Load game ( doesn't matter what content or what core but I used Snes9x to make sure )
  2. Go to music tab and "Add to mixer"
  3. Fullscreen toggle and you realize the music stops

Bisect Results

[Try to bisect and tell us when this started happening]

Version/Commit

You can find this information under Information/System Information

Environment information

orbea commented 6 years ago

I'd guess this is a consequence of resetting the context. Easier said than done, but not destroying the entire window when toggling full screen would be an improvement. I'd suggest looking at mpv for ideal behavior in this case.

inactive123 commented 6 years ago

Yeah, that is currently one of the limitations of the audio mixer.

orbea commented 5 years ago

I noticed not only does it stop, it completely empties the audio mixer of content.