mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
Move main_entry_decide function prototype to frontend.h
This commit is contained in:
@@ -75,6 +75,16 @@ bool main_load_content(int argc, char **argv,
|
||||
args_type() args, environment_get_t environ_get,
|
||||
process_args_t process_args);
|
||||
|
||||
/**
|
||||
* main_entry_decide:
|
||||
*
|
||||
* Runs RetroArch for one frame.
|
||||
*
|
||||
* Returns: -1 upon exiting, 0 if we want to
|
||||
* iterate to the next frame.
|
||||
**/
|
||||
int main_entry_decide(signature(), args_type() args);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -99,16 +99,6 @@ const frontend_ctx_driver_t *frontend_ctx_find_driver(const char *ident);
|
||||
**/
|
||||
const frontend_ctx_driver_t *frontend_ctx_init_first(void);
|
||||
|
||||
/**
|
||||
* main_entry_decide:
|
||||
*
|
||||
* Runs RetroArch for one frame.
|
||||
*
|
||||
* Returns: -1 upon exiting, 0 if we want to
|
||||
* iterate to the next frame.
|
||||
**/
|
||||
int main_entry_decide(signature(), args_type() args);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user