OpenOrbis / OpenOrbis-PS4-Toolchain

The OpenOrbis PS4 custom toolchain. Allows developers to build homebrew for the PS4 without the official SDK.
GNU General Public License v3.0
476 stars 89 forks source link

Update SystemService.h to include dependency #175

Closed Al-Azif closed 2 years ago

bucanero commented 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

Al-Azif commented 2 years ago

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.