mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
move inlines
This commit is contained in:
@@ -2,5 +2,12 @@
|
||||
#define J3DGD_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "dolphin/gx/GX.h"
|
||||
|
||||
static inline void J3DFifoLoadIndx(u8 cmd, u16 indx, u16 addr) {
|
||||
GFX_FIFO(u8) = cmd;
|
||||
GFX_FIFO(u16) = indx;
|
||||
GFX_FIFO(u16) = addr;
|
||||
}
|
||||
|
||||
#endif /* J3DGD_H */
|
||||
|
||||
Reference in New Issue
Block a user