Skip to content

Commit

Permalink
Merge branch 'core_data' of github.com:RobLoach/RetroArch into core_data
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jan 2, 2025
2 parents 7201865 + 1368edd commit 457f9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libretro-common/include/libretro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 457f9fd

Please sign in to comment.