mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 08:52:39 +00:00
Merge pull request #164 from lioncash/cstr-cull
Kill off some usages of c_str.
This commit is contained in:
commit
8d679e76d2
170 changed files with 812 additions and 704 deletions
|
@ -381,7 +381,7 @@ void ProgramShaderCache::Init(void)
|
|||
else
|
||||
{
|
||||
if (!File::Exists(File::GetUserPath(D_SHADERCACHE_IDX)))
|
||||
File::CreateDir(File::GetUserPath(D_SHADERCACHE_IDX).c_str());
|
||||
File::CreateDir(File::GetUserPath(D_SHADERCACHE_IDX));
|
||||
|
||||
char cache_filename[MAX_PATH];
|
||||
sprintf(cache_filename, "%sogl-%s-shaders.cache", File::GetUserPath(D_SHADERCACHE_IDX).c_str(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue