diff options
Diffstat (limited to 'macosx/PcsxrFreezeStateHandler.m')
| -rwxr-xr-x | macosx/PcsxrFreezeStateHandler.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PcsxrFreezeStateHandler.m b/macosx/PcsxrFreezeStateHandler.m index f4711d1f..8617f891 100755 --- a/macosx/PcsxrFreezeStateHandler.m +++ b/macosx/PcsxrFreezeStateHandler.m @@ -18,7 +18,8 @@ { static NSArray *utisupport = nil; if (utisupport == nil) { - utisupport = RETAINOBJ([NSArray arrayWithObject:@"com.codeplex.pcsxr.freeze"]); + utisupport = @[@"com.codeplex.pcsxr.freeze"]; + RETAINOBJNORETURN(utisupport); } return utisupport; } |
