From 905d32b13fc32871f010fe79e6adc80c046b950a 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 1902847cf7..11ce49bec8 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -90,6 +90,7 @@ #define GRAPHICSMOD_DIR "GraphicMods" #define WIISDSYNC_DIR "WiiSDSync" #define ASSEMBLY_DIR "SavedAssembly" +#define GRAPHICSMODEDITOR_DIR "GraphicsModEditor" // This one is only used to remove it if it was present #define SHADERCACHE_LEGACY_DIR "ShaderCache"