How would you save e.g. save states and configs on different operating systems?
On Windows I would save it in “My Documents” using: System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);
Is this the same for MacOS? What about Linux and the myriads of different Linux distributions? What about Xbox and Playstation?