Merge branch 'core_data' of github.com:RobLoach/RetroArch into core_data
This commit is contained in:
commit
457f9fd327
|
@ -2577,7 +2577,8 @@ enum retro_mod
|
|||
/**
|
||||
* Sets a pointer to arbitrary data for the actively running core.
|
||||
*
|
||||
* This is can be set in either \c retro_init() or \c retro_load_game().
|
||||
* Intended for use as a substitute for global state, which is a common
|
||||
* source of bugs. Can be set in either \c retro_init() or \c retro_load_game().
|
||||
*
|
||||
* @param[in] data <tt>void *</tt>. Pointer to the data to set.
|
||||
* @return \c true if the environment call is available.
|
||||
|
|
Loading…
Reference in New Issue