Closed Al-Azif closed 2 years ago
hi @Al-Azif , I think this PR is not needed, the constants are already there in _types/sys_service.h: https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/ba3f8ffa38cff41ba8e00aba39f389617ed63846/include/orbis/_types/sys_service.h#L3-L10
_types/sys_service.h
Ah you are correct, it's missing the #include <stddef.h> that I also had in my copy. I just looked at the header I had the issue in and saw the huge list of constants and thought that was the issue.
#include <stddef.h>
hi @Al-Azif , I think this PR is not needed, the constants are already there in
_types/sys_service.h
: https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/ba3f8ffa38cff41ba8e00aba39f389617ed63846/include/orbis/_types/sys_service.h#L3-L10