Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sozud committed Dec 31, 2023
1 parent 14801c5 commit e6bc59a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions psx_seq_player/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,4 @@ typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long long u64;

// #ifndef PSX
// #include <inttypes.h>
// #else
// typedef char s8;
// typedef short int16_t;
// typedef int int32_t;
// typedef long long int64_t;
// typedef unsigned char uint8_t;
// typedef unsigned short uint16_t;
// typedef unsigned int uint32_t;
// typedef unsigned long long uint64_t;
// #endif

#endif

0 comments on commit e6bc59a

Please sign in to comment.