libretro / RetroArch

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

Menu widgets - tests and bugs #8576

Open inactive123 opened 5 years ago

inactive123 commented 5 years ago

Of interest to @bparker06 , @natinusala and others -

The screenshot widget -

image

It displays a black screen as a screenshot thumbnail for the following drivers: D3D10/11/12, and gl1.

It displays correctly with: glcore, gl, and vulkan.

natinusala commented 5 years ago

What I do is simply load the screenshot PNG using menu_display_reset_texture_list. It may be black because the widget is shown too early (PNG not saved yet)?