ERROR_CODE macro removed

This commit is contained in:
Nekotekina 2016-08-15 19:18:05 +03:00
parent 3c82e1a58d
commit 1c33c012ad
11 changed files with 494 additions and 498 deletions

View file

@ -2,10 +2,10 @@
#include "Emu/PSP2/ErrorCodes.h"
enum ScePerfError : s32
enum ScePerfError : u32
{
// Error Codes
SCE_PERF_ERROR_INVALID_ARGUMENT = ERROR_CODE(0x80580000),
SCE_PERF_ERROR_INVALID_ARGUMENT = 0x80580000,
};
template<>