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