Merge pull request #67 from mudlord/patch-1

Use proper VFS version.
This commit is contained in:
LibretroAdmin 2023-02-10 19:25:52 +01:00 committed by GitHub
commit d718564b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,7 +509,7 @@ void retro_set_environment(retro_environment_t cb)
environ_cb = cb;
struct retro_vfs_interface_info vfs_iface_info = {
1,
2,
NULL
};