gouchi
gouchi
I reproduced the issue using d3d11 video driver and PPSSPP libretro core which needs hardware acceleration. `[ERROR] [Translate] Could not read viewport. ` I guess this issue is only happening...
I confirm using latest RA commit and d3d11 video driver, it seems not possible to take screenshot for hardware accelerated cores. I thought it was linked to this [issue](https://github.com/libretro/RetroArch/issues/6427) but...
I had the confirmation there is no support for GPU screenshot for d3dx, if you look for [GFX_CTX_FLAGS_SCREENSHOTS_SUPPORTED](https://github.com/search?q=repo%3Alibretro%2FRetroArch+GFX_CTX_FLAGS_SCREENSHOTS_SUPPORTED&type=code), it is not enabled for d3dx. So it must be the issue...
I confirm it is working using #16760 with D3D11 video driver and hardware accelerated cores. I tested it with PPSSPP core. @OsamaHeweitat @BlindGuyNW @neosonic2 May you try to make a...
@neosonic2 Thank you for the test and feedback. Thanks to @miguedevel for the fix. @OsamaHeweitat Please close this issue as it has been fixed. Thank you.
@jmfergeau Will it possible to provide some [log](https://docs.libretro.com/guides/generating-retroarch-logs/#generating-logs-in-linux) ? Also can you try to make some test with latest commit ? It may or may not fix your issue but...
Thank you for the test. At least if we have the log, we will have some information (resolution, gpu ...) and we can compare if somebody else makes some test...
@april83c Please check the [documentation about generating logs](https://docs.libretro.com/guides/generating-retroarch-logs/). Thank you.
I made a test on Fedora 40 on Wayland using Gnome 46 on Mesa (Intel HD 4000) with Vulkan driver and I could not reproduce this issue. ``` fedora@fedora:~$ flatpak...
Here is the diff from the existing joypad autoconfiguration for dinput called [N64_Nintendo_Switch_Online.cfg](https://github.com/libretro/retroarch-joypad-autoconfig/blob/master/dinput/N64_Nintendo_Switch_Online.cfg) 