bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.67k stars 154 forks source link

hiro: Defer menubar updates on Windows to reduce flicker. #196

Open Max833 opened 3 years ago

Max833 commented 3 years ago

Menu bar updates are deferred to the event loop. A special case is made when no menu bar is visible, to ensure one is visible as early as possible during application startup.

Ported from:

https://github.com/higan-emu/higan/pull/146

Thanks to @jchv for that. This fixes bsnes' menubar as well.

Max833 commented 3 years ago

I would like to do another pull request. Can someone review this one, @Screwtapello or @Kawa-oneechan? This would be really helpful, thank you. =)