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
473 stars 86 forks source link

include/orbis/ header issues #237

Open ghost opened 1 year ago

ghost commented 1 year ago

Missing header in master https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/c63c9e68d53074603f626cf561edcbf42c1dfd45/include/orbis/Font.h#L5

Confusing includes: libusb.h is orbis/_types/libusb.h https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/c63c9e68d53074603f626cf561edcbf42c1dfd45/include/orbis/Usbd.h#L5

Unnecessary line: inttypes.h already includes stdint.h https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/747bc55af6e98c24852e659278457187e97a6be0/include/orbis/_types/save_data.h#L2)

illusion0001 commented 1 year ago

Also space vs tabs inconsistencies + no line ending for eof