gui: fix assert with default case unreachable by removing plugin remnant

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-05-12 23:16:36 +02:00 committed by Kojin
parent b7c0c9589a
commit 48aef61027
1 changed files with 3 additions and 4 deletions

View File

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