Function rust_libretro::environment::get_path
source · [−]pub unsafe fn get_path<'a>(
callback: retro_environment_t,
id: u32
) -> Option<&'a Path>Expand description
Helper function to query a string pointer and convert it into a Path.
