memethyl / Mouse2Joystick

A program that converts mouse input to virtual controller input.
The Unlicense
30 stars 5 forks source link

Feature - Make it save settings #3

Closed vrnvorona closed 2 years ago

vrnvorona commented 2 years ago

Basically what title says. Currently you need to enter options again every launch which is not really user friendly.

memethyl commented 2 years ago

It already does. When the program exits normally (by closing the window), it saves the current settings to a file called m2j_config.json in the same directory as the executable. If it can't create this file, it's possible that it doesn't have permission.

vrnvorona commented 2 years ago

Alright, this time it did save, weird. Must've been my bad.