mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
1304d04161
It seems to be possible for a user to back out of a screen before receiving the "dialog completed" callback on Android, in which case things pointed to by the callback might be gone. In this case, it's better to simply not call the callback, rather than crashing. This is accomplished by assigning "Tokens" to screens that cause requests, and in ~Screen, invalidate any pending requests belonging to that token. |
||
---|---|---|
.. | ||
Compare.cpp | ||
Compare.h | ||
Headless.cpp | ||
headless.txt | ||
Headless.vcxproj | ||
Headless.vcxproj.filters | ||
HeadlessHost.cpp | ||
HeadlessHost.h | ||
SDLHeadlessHost.cpp | ||
SDLHeadlessHost.h | ||
WindowsHeadlessHost.cpp | ||
WindowsHeadlessHost.h |