libretro.py.loads_content¶
Load a libretro core with zero or more content files.
Exits with 0 if the core loaded the content successfully.
Exits with failure if the core failed to load the content
Usage
libretro.py.loads_content [OPTIONS] CORE
Options
- -s, --subsystem <IDENT>¶
Identifier of the subsystem to use when loading the content. Error if not defined by the core.
- --content-paths <content_paths>¶
Arguments
- CORE¶
Required argument
Path to the libretro core to load. Must be a complete path, not a short name.