logo
pub unsafe fn get_vfs_interface(
    callback: retro_environment_t,
    data: retro_vfs_interface_info
) -> Option<retro_vfs_interface_info>
Expand description

Unstable Gets access to the VFS interface. VFS presence needs to be queried prior to load_game or any get_system/save/other_directory being called to let front end know core supports VFS before it starts handing out paths. It is recomended to do so in Core::on_set_environment.

This feature is unstable and guarded by the unstable-env-commands feature flag.

Please be advised that this feature might change without further notice and no guarantees about its stability can be made.