Slight refinement to main_entry_decide

This commit is contained in:
twinaphex 2015-01-11 17:10:14 +01:00
parent 0a2e7afe27
commit 90a32b022d
2 changed files with 11 additions and 15 deletions

View file

@ -80,8 +80,7 @@ bool main_load_content(int argc, char **argv,
*
* Runs RetroArch for one frame.
*
* Returns: -1 upon exiting, 0 if we want to
* iterate to the next frame.
* Returns: 0 on success, -1 upon exiting.
**/
int main_entry_decide(signature(), args_type() args);