mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Success log level fixed
This commit is contained in:
parent
233f2e478a
commit
d62e95d0f8
6 changed files with 49 additions and 52 deletions
|
@ -50,9 +50,9 @@ namespace Log
|
|||
|
||||
enum LogSeverity : u32
|
||||
{
|
||||
Success = 0,
|
||||
Notice,
|
||||
Notice = 0,
|
||||
Warning,
|
||||
Success,
|
||||
Error,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue