Clarify when SUPPORT_NO_GAME can be called.

This commit is contained in:
Themaister 2013-05-02 13:38:51 +02:00
parent 41d00190e4
commit 099a74ed6b

View File

@ -457,6 +457,7 @@ enum retro_mod
// const bool * --
// If true, the libretro implementation supports calls to retro_load_game() with NULL as argument.
// Used by cores which can run without particular game data.
// This should be called within retro_set_environment() only.
// Pass this to retro_video_refresh_t if rendering to hardware.