Recreate the VT decoder if the display layer fails. Minor fix to Path class.

This commit is contained in:
Cameron Gutman
2018-08-16 23:09:40 -07:00
parent 9fbdd794b9
commit c1b1719914
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ public:
static void initialize(bool portable);
private:
static QString s_LogDir;
static QString s_BoxArtCacheDir;
};