minor compile fix for cocoa port
This commit is contained in:
parent
3612ceda11
commit
b352d0f861
|
@ -560,7 +560,7 @@ bool opengl_init()
|
|||
|
||||
- (void)releaseTouch
|
||||
{
|
||||
NDS_releasTouch();
|
||||
NDS_releaseTouch();
|
||||
}
|
||||
|
||||
- (void)pressStart
|
||||
|
|
Loading…
Reference in New Issue