Common: add define for graphics mod editor directory name

This commit is contained in:
iwubcode 2023-11-03 23:35:05 -05:00
commit 905d32b13f

View file

@ -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"