Merge branch 'core_data' of github.com:RobLoach/RetroArch into core_data

This commit is contained in:
Rob Loach 2025-01-02 17:55:52 -05:00
commit 457f9fd327
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
1 changed files with 2 additions and 1 deletions

View File

@ -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.