mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
ERROR_CODE macro removed
This commit is contained in:
parent
3c82e1a58d
commit
1c33c012ad
11 changed files with 494 additions and 498 deletions
|
|
@ -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<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue