Jamiras
Jamiras
A possible alternative is to subclass each of the input controls on an editor window and add code to handle the WM_KEYDOWN for VK_TAB that issues a WM_NEXTDLGCTL message. My...
I'm unable to reproduce using 0.78.0, 0.78.3, or current master. In all cases, after successfully deleting the "second" alt 1, the achievement triggers. Tested in RALibRetro x64 and RAVBA x86....
screenshot provided on discord: 
Do you have `automatic screenshots` on? It's probably the same issue as #11483 or one of the issues it links to.
I was never able to reproduce. The linked issue (#11483) is still open and describes a crash when taking a screenshot with vulkan in fullscreen and fast forward. The provided...
https://github.com/libretro/RetroArch/blob/763fcd8267d14af6ef39423b1412eab6f273c6c8/frontend/drivers/platform_win32.c#L292 It seems like [GetVersionEx](https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getversionexw) has been deprecated for Win10+: > [GetVersionEx may be altered or unavailable for releases after Windows 8.1. Instead, use the Version Helper functions] > Applications...
I disagree with this change. While technically "Open All" sounds like it should open all windows, the Pointer Finder is something that has no use for the majority of the...
I think moving it to a separate section is fine. I find your argument that jr. dev's "miss out" on the Pointer Finder superfluous. Even if a jr. dev saw...
There's several things leading up to this failure. The logic can effectively be represented as follows: ``` function f(n) => byte(0x19836D) == n && byte(0x19836C) == 1 function f2() =>...
> But I'm not certain that the code can reasonably figure that out. It looks like the current code can figure that out. Closing.