lifning / python-retro

Python extensions for dealing with libretro
GNU Affero General Public License v3.0
12 stars 3 forks source link

Set some core specific values #27

Open gutomaia opened 2 months ago

gutomaia commented 2 months ago

I've set some core specific values. for testing. Example using the snes9x core, i'm using setting the env_vars values to disable same layers from rendering.

emu.env_vars[b'snes9x_layer_1'] = b'disable'

First, trying to disable some noticeable features on the core, although it's not working.

fregapple commented 2 months ago

When I was looking at this project, I did find a way to change the core values. Though can't exactly remember what I did.

I think I wasn't able to change the values while the core was loaded. So I had to set them during core initialisation.