diff --git a/MungPlex/ProcessInformation.h b/MungPlex/ProcessInformation.h index f0f9733..1f1b535 100644 --- a/MungPlex/ProcessInformation.h +++ b/MungPlex/ProcessInformation.h @@ -110,7 +110,7 @@ namespace MungPlex public: enum ProcessType { - EMULATOR, NATIVE, CONSOLE + NONE, EMULATOR, NATIVE, CONSOLE }; enum Emulators