Skip to content

Commit

Permalink
added process type ID 'NONE'
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoCortney committed Oct 22, 2023
1 parent 5fe9561 commit 9e74cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MungPlex/ProcessInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace MungPlex
public:
enum ProcessType
{
EMULATOR, NATIVE, CONSOLE
NONE, EMULATOR, NATIVE, CONSOLE
};

enum Emulators
Expand Down

0 comments on commit 9e74cb0

Please sign in to comment.