mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Rename path _utf8Wrapper to _utf8ToPath for better clarity
This commit is contained in:
parent
168ecf8825
commit
680beaaf21
19 changed files with 60 additions and 67 deletions
|
@ -166,7 +166,7 @@ void reconfigureGLDrivers()
|
|||
fs::create_directories(nvCacheDir, err);
|
||||
|
||||
std::string nvCacheDirEnvOption("__GL_SHADER_DISK_CACHE_PATH=");
|
||||
nvCacheDirEnvOption.append(_utf8Wrapper(nvCacheDir));
|
||||
nvCacheDirEnvOption.append(_pathToUtf8(nvCacheDir));
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
std::wstring tmpW = boost::nowide::widen(nvCacheDirEnvOption);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue