From 28b89a2dd408f95e369b1dc76082d209a6ffe239 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Fri, 3 Nov 2023 23:35:05 -0500 Subject: [PATCH] Common: add define for graphics mod editor directory name --- Source/Core/Common/CommonPaths.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h index e1053c5fce..63188c30eb 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -92,6 +92,7 @@ #define WIISDSYNC_DIR "WiiSDSync" #define ASSEMBLY_DIR "SavedAssembly" #define WIIBANNERS_DIR "WiiBanners" +#define GRAPHICSMODEDITOR_DIR "GraphicsModEditor" // This one is only used to remove it if it was present #define SHADERCACHE_LEGACY_DIR "ShaderCache"