mirror of https://github.com/PCSX2/pcsx2.git
gui: fix assert with default case unreachable by removing plugin remnant
This commit is contained in:
parent
b7c0c9589a
commit
48aef61027
|
@ -19,11 +19,10 @@
|
|||
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue