doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

refactor: move WStringToString to util #532

Closed alandtse closed 1 week ago

Pentalimbed commented 1 week ago

I feel like the whole thing could be better rewritten with std::filesystem::path, and it has both .string() and .wstring() conversion.

alandtse commented 1 week ago

Thanks. I mean yah, it'd be better than these string hacks to use paths. But that's a bigger project I think.