Status Update - July 2021
Added 2021-08-03 22:29:37 +0000 UTCHello! Apologies for delaying this status update slightly - I was away until yesterday and needed some time to catch up with everything. This status update once again isn't long, with no new mod releases. I was going to pause billing for this month because of that but I missed the time window to do that, therefore I am going to pause billing the next month, regardless of what happens in August.
DuckStation
- Fix POST messages - fixes rich presence in RetroAchievements. Before this fix, the "Last seen in" feature on the RetroAchievements website did not update correctly.
PCSX2
- GSFrame: Pass focus to GSPanel once Frame receives focus - passing focus on the focus message instead of the activate message resolves an issue where external processes (e.g. NVIDIA overlay) forced a focus change to the GS Frame, requiring the window to be refocused for keyboard inputs to work again.
Other
- Update ShellExecute MSDN docs - a different kind of contribution this time, clarifying WinAPI docs. As evidenced by numerous StackOverflow threads, the old docs confused people a lot when it comes to the return value. My proposed change clarifies it and was accepted promptly.