This changes the directory layout slightly on Linux. PhysFS ignored the organizationName parameter when forming the prefPath, while the SDL functions include it. People may need to move config files and saved games for them to be found at the updated path.
I'm going to merge this, though we'll probably want to make a release note about the changed paths for config settings and saved games when OPHD is updated.
Use SDL for
basePath
andprefPath
.This changes the directory layout slightly on Linux. PhysFS ignored the
organizationName
parameter when forming theprefPath
, while the SDL functions include it. People may need to move config files and saved games for them to be found at the updated path.Closes #212 Related #967, #973