mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix warnings
This commit is contained in:
parent
b7eba4b28f
commit
60aa6bf3fb
1 changed files with 2 additions and 2 deletions
|
@ -159,9 +159,9 @@ void IMAGE_CORE_PREFIX(retro_set_environment)(retro_environment_t cb)
|
|||
static const struct retro_variable vars[] = {
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
||||
#ifndef RARCH_INTERNAL
|
||||
struct retro_vfs_interface_info vfs_iface_info = { 1, NULL };
|
||||
#endif
|
||||
|
||||
IMAGE_CORE_PREFIX(environ_cb) = cb;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue