diff --git a/pcsx2/PathDefs.h b/pcsx2/PathDefs.h index 198579a15c..c4265ea2dd 100644 --- a/pcsx2/PathDefs.h +++ b/pcsx2/PathDefs.h @@ -19,12 +19,11 @@ enum FoldersEnum_t { - // FIXME : Plugins and Settings folders are no longer part of the user-local + // FIXME : Settings folder is no longer part of the user-local // ini storage. They have been moved to an app-local ini storage class (which is currently // handled lazily via global variables) - FolderId_Plugins = 0, - FolderId_Settings, - + FolderId_Settings = 0, + FolderId_Bios, FolderId_Snapshots, FolderId_Savestates,