mirror of
https://github.com/zeldaret/tp
synced 2026-08-09 10:54:11 -04:00
dTimer_c::getLimitTimeMs
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ public:
|
||||
/* 8025D920 */ void end(int);
|
||||
/* 8025D9E0 */ int deleteRequest();
|
||||
/* 8025D9F0 */ void getTimeMs();
|
||||
/* 8025DA54 */ void getLimitTimeMs();
|
||||
/* 8025DA54 */ int getLimitTimeMs();
|
||||
/* 8025DA9C */ void getRestTimeMs();
|
||||
/* 8025DB10 */ void isStart();
|
||||
/* 802613DC */ void createGetIn(cXyz);
|
||||
|
||||
@@ -33,6 +33,7 @@ extern "C" {
|
||||
#define OS_BUS_CLOCK (*(u32*)0x800000F8)
|
||||
#define OS_CORE_CLOCK (*(u32*)0x800000FC)
|
||||
#define OS_TIMER_CLOCK (OS_BUS_CLOCK / 4)
|
||||
#define OS_TIMER_CLOCK_MS (OS_TIMER_CLOCK / 1000)
|
||||
|
||||
#define OS_MESSAGE_NON_BLOCKING 0
|
||||
#define OS_MESSAGE_BLOCKING 1
|
||||
|
||||
Reference in New Issue
Block a user