Fix encoding error in input profile filenames

- Controller profile filenames now encode unicode characters correctly
- Removed dependency on boost::filesystem. There is still an indirect dependency on it from another boost module it seems
- Refactored some code to use FileStream instead of ifstream/ofstream
This commit is contained in:
Exzap 2022-10-12 14:18:24 +02:00
parent 8b3f36ad50
commit f65dbe8437
4 changed files with 44 additions and 29 deletions

View file

@ -69,7 +69,6 @@
#include <boost/nowide/convert.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/asio.hpp>
#include <boost/filesystem.hpp>
#include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp>