Skip to content

Commit

Permalink
Fix for the latest ps2sdk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Jun 25, 2023
1 parent baaf7c4 commit 0d6a2ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binaries.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <stdint.h>

extern uint8_t iomanX;
extern u32 size_iomanX;

Expand Down
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <ctype.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
Expand Down
2 changes: 2 additions & 0 deletions mecha.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <stdint.h>

int MechaInit();
void MechaDeinit();
char getMechaVersion(uint8_t *data);
Expand Down
1 change: 1 addition & 0 deletions ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <gsKit.h>
#include <dmaKit.h>
#include <malloc.h>
#include <stdint.h>

#define White GS_SETREG_RGBAQ(0xFF, 0xFF, 0xFF, 0x00, 0x00)
#define Black GS_SETREG_RGBAQ(0x00, 0x00, 0x00, 0x00, 0x00)
Expand Down

0 comments on commit 0d6a2ea

Please sign in to comment.