mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
Update libretro-common
This commit is contained in:
parent
96718b281e
commit
24ac625179
@ -1976,10 +1976,12 @@ struct retro_variable
|
||||
struct retro_game_info
|
||||
{
|
||||
const char *path; /* Path to game, UTF-8 encoded.
|
||||
* Usually used as a reference.
|
||||
* May be NULL if rom was loaded from stdin
|
||||
* or similar.
|
||||
* retro_system_info::need_fullpath guaranteed
|
||||
* Sometimes used as a reference for building other paths.
|
||||
* May be NULL if game was loaded from stdin or similar,
|
||||
* but in this case some cores will be unable to load `data`.
|
||||
* So, it is preferable to fabricate something here instead
|
||||
* of passing NULL, which will help more cores to succeed.
|
||||
* retro_system_info::need_fullpath requires
|
||||
* that this path is valid. */
|
||||
const void *data; /* Memory buffer of loaded game. Will be NULL
|
||||
* if need_fullpath was set. */
|
||||
|
Loading…
Reference in New Issue
Block a user