1
0
mirror of https://github.com/linyiLYi/street-fighter-ai.git synced 2025-04-23 06:00:44 +00:00
street-fighter-ai/add_custom_rom.py

3 lines
140 B
Python

import retro
rom_directory = "C:/Users/unitec/Documents/AIProjects/street-fighter-ai"
retro.data.Integrations.add_custom_path(rom_directory)