mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Merge pull request #44 from jdgleaver/core-options-v2
(libretro) Update core options to v2 format
This commit is contained in:
commit
50587ccd1f
4 changed files with 1293 additions and 222 deletions
|
@ -707,13 +707,15 @@ bool libretro_supports_bitmasks = false;
|
|||
|
||||
void retro_set_environment(retro_environment_t cb)
|
||||
{
|
||||
bool option_categories_supported;
|
||||
#ifdef USE_LIBRETRO_VFS
|
||||
struct retro_vfs_interface_info vfs_iface_info;
|
||||
#endif
|
||||
|
||||
environ_cb = cb;
|
||||
|
||||
libretro_set_core_options(environ_cb);
|
||||
libretro_set_core_options(environ_cb,
|
||||
&option_categories_supported);
|
||||
|
||||
#ifdef USE_LIBRETRO_VFS
|
||||
vfs_iface_info.required_interface_version = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue