Skip to content

Commit

Permalink
Merge pull request #624 from israpps/patch-15
Browse files Browse the repository at this point in the history
[libcglue] add macro for system 2x6 conflictive code override
  • Loading branch information
fjtrujy authored May 31, 2024
2 parents 3bd4bf9 + ff394a8 commit a793291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ee/libcglue/include/ps2sdkapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ int __path_absolute(const char *in, char *out, int len);
void __libpthreadglue_init() {} \
void __libpthreadglue_deinit() {}

/* Namco system 246/256 dont have CDVDFSV module loaded on iop reboot. therefore, any libcglue code calling CDVDMAN RPCs will freeze*/
#define LIBCGLUE_SUPPORT_NAMCO_SYSTEM_2x6() \
void _libcglue_rtc_update() {}

typedef uint64_t ps2_clock_t;
static inline ps2_clock_t ps2_clock(void) {
// DEPRECATED VERSION USE INSTEAD GetTimerSystemTime
Expand Down

0 comments on commit a793291

Please sign in to comment.