Fix C++ comment

This commit is contained in:
twinaphex 2018-10-09 15:28:09 +02:00
parent d191517ac5
commit 0b3ac4e39d

View File

@ -953,7 +953,7 @@ static bool gl_frame(void *data, const void *frame,
return false;
#ifdef HAVE_LIBNX
// Should be called once per frame
/* Should be called once per frame */
if(!appletMainLoop())
return false;
#endif