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

Fix C definitions #231

Closed bucanero closed 1 year ago

bucanero commented 1 year ago

A follow up of #230, as mentioned by @sleirsgoevy :

definitions should be (void), because in C (as opposed to C++) () means (...), i.e. arbitrary number of arbitrary arguments

I have also fixed the #endif order for C++ users.