TheDrHax / ds4drv-cemuhook

A Sony DualShock 4 userspace driver for Linux with basic support of cemuhook's UDP protocol
MIT License
57 stars 20 forks source link

Update config.py to replace SafeConfigParser with ConfigParser #21

Open OboTheHobo opened 11 months ago

OboTheHobo commented 11 months ago

SafeConfigParser has been deprecated in favor of ConfigParser, causing an error when trying to run with python 3.12. Changing to ConfigParser fixes this issue.