A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
This a fix for a bug that I introduced in my MR #19413. Sorry.
I also made a small refactoring because I dislike using ComPtr::Detach and I prefer methods that return HRESULT. But I can drop it if you think it's unnecessary.
This a fix for a bug that I introduced in my MR #19413. Sorry.
I also made a small refactoring because I dislike using
ComPtr::Detach
and I prefer methods that returnHRESULT
. But I can drop it if you think it's unnecessary.