libretro.drivers.environmentΒΆ

Drivers that respond to environment calls, converting between C and Python representations as needed.

Modules

composite

Default EnvironmentDriver that composes per-feature drivers into a single dispatcher.

default

Default EnvironmentDriver mapping that ships with libretro.py.

dict

EnvironmentDriver implementation backed by a Mapping of envcall handlers.

driver

Protocol definition for the retro_environment_t dispatcher.