mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
iOS: fix a reference counting bug that may have caused ViewController to never be deallocated
This commit is contained in:
parent
c563166f9a
commit
4a119beb59
@ -66,7 +66,7 @@ extern ScreenManager *screenManager;
|
||||
extern bool iosCanUseJit;
|
||||
extern bool targetIsJailbroken;
|
||||
|
||||
ViewController* sharedViewController;
|
||||
__unsafe_unretained static ViewController* sharedViewController;
|
||||
static GraphicsContext *graphicsContext;
|
||||
|
||||
@interface ViewController ()
|
||||
|
Loading…
Reference in New Issue
Block a user