Fix C++ comment
This commit is contained in:
parent
d191517ac5
commit
0b3ac4e39d
|
@ -953,7 +953,7 @@ static bool gl_frame(void *data, const void *frame,
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
#ifdef HAVE_LIBNX
|
#ifdef HAVE_LIBNX
|
||||||
// Should be called once per frame
|
/* Should be called once per frame */
|
||||||
if(!appletMainLoop())
|
if(!appletMainLoop())
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue