Skip to content

Commit

Permalink
UI: Remove D3D11 shader cache folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod authored and Lain-B committed Jul 23, 2023
1 parent 2e4d1f3 commit 2f50383
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions UI/obs-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,6 @@ static bool MakeUserDirs()
return false;
if (!do_mkdir(path))
return false;

if (GetProgramDataPath(path, sizeof(path), "obs-studio/shader-cache") <=
0)
return false;
if (!do_mkdir(path))
return false;
#endif

#ifdef WHATSNEW_ENABLED
Expand Down

0 comments on commit 2f50383

Please sign in to comment.