Merge pull request #11229 from Alcaro/patch-7

libretro.h: Fix contradictory comment
This commit is contained in:
Autechre 2020-08-23 19:37:56 +02:00 committed by GitHub
commit 719224c6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2672,7 +2672,7 @@ struct retro_input_descriptor
struct retro_system_info
{
/* All pointers are owned by libretro implementation, and pointers must
* remain valid until retro_deinit() is called. */
* remain valid until it is unloaded. */
const char *library_name; /* Descriptive name of library. Should not
* contain any version numbers, etc. */