shadPS4/src/Core/PS4/HLE/ErrorCodes.h

6 lines
189 B
C
Raw Normal View History

2023-07-18 17:54:46 +02:00
#pragma once
constexpr int SCE_OK = 0;
constexpr int SCE_KERNEL_ERROR_ENOMEM = 0x8002000c;//Insufficient memory
constexpr int SCE_KERNEL_ERROR_EINVAL = 0x80020016;//null or invalid states