You've already forked hackerlibultra
mirror of
https://github.com/HackerN64/hackerlibultra.git
synced 2026-01-21 10:37:53 -08:00
* osCreateThread small cleanup * osViSetSpecialFeatures Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * osAiSetNextBuffer Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * macros.h move to PRinternal.h * dbgproto.h and dbgdefs.h moved to PRinternal * Align OSPifRAM struct Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * LAN1 vimode comments Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * Stack macros * Hex for all ALIGNED macros * leoDiskSTack ALIGNED(0x10) * interrupt bug Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * ASM comment * Revert "LAN1 vimode comments" This reverts commit bed467a67172de611cde15744eb659f996f3d157. * STACK_START * FPCSR_RM_RN --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
9 lines
124 B
C
9 lines
124 B
C
#ifndef _DBGDEFS_H__
|
|
#define _DBGDEFS_H__
|
|
|
|
typedef int TVid;
|
|
typedef unsigned short TVushort;
|
|
typedef char TVuchar;
|
|
|
|
#endif
|