Skip to content

Commit 00c3a18

Browse files
committed
forgot the theme and some icon stuff
1 parent f69637a commit 00c3a18

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
20.9 KB
Loading
62.8 KB
Loading

Source/Core/Common/CommonPaths.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
#define SHADERCACHE_LEGACY_DIR "ShaderCache"
9797

9898
// The theme directory used by default
99-
#define DEFAULT_THEME_DIR "Clean Emerald"
99+
#define DEFAULT_THEME_DIR "Clean Blue"
100100

101101
// Filenames
102102
// Files in the directory returned by GetUserPath(D_CONFIG_IDX)

Source/Core/Common/make_scmrev.h.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var oFS = new ActiveXObject("Scripting.FileSystemObject");
33

44
var outfile = "./scmrev.h";
55
var cmd_revision = " rev-parse HEAD";
6-
var cmd_describe = " describe --always --long --dirty";
6+
var cmd_describe = " describe --always --long";
77
var cmd_branch = " rev-parse --abbrev-ref HEAD";
88
var cmd_commits_ahead = " rev-list --count HEAD ^master";
99
var cmd_get_tag = " describe --exact-match HEAD";

0 commit comments

Comments
 (0)