vcromclaim
vcromclaim copied to clipboard
snesrestore.py not woking in newer Python versions (and how to fix it)
I got the message "AttributeError: module 'time' has no attribute 'clock'" I know next to nothing about coding, but I Googled myself how to fix it. Just replace "time.clock" with "time.time" in the script and it works.
Hope that helps.
You may want to check my port has been migrated to Python 3: https://github.com/JanErikGunnar/vcromclaim