Skip to content

Commit adff688

Browse files
committed
Set CEF cache path
1 parent f00c1a3 commit adff688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/cefweb/CWebCore.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ bool CWebCore::Initialise()
7272
CefString(&settings.browser_subprocess_path).FromWString(FromUTF8(CalcMTASAPath("MTA\\CEF\\CEFLauncher_d.exe")));
7373
#endif
7474
CefString(&settings.resources_dir_path).FromWString(FromUTF8(CalcMTASAPath("MTA\\CEF")));
75+
CefString(&settings.cache_path).FromWString(FromUTF8(CalcMTASAPath("MTA\\CEF\\cache")));
7576
CefString(&settings.locales_dir_path).FromWString(FromUTF8(CalcMTASAPath("MTA\\CEF\\locales")));
7677
CefString(&settings.log_file).FromWString(FromUTF8(CalcMTASAPath("MTA\\CEF\\cefdebug.txt")));
7778
#ifdef MTA_DEBUG

0 commit comments

Comments
 (0)