mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
8 lines
125 B
C
8 lines
125 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void UpdateTMU(u32 Cycles);
|
|
void tmu_Init();
|
|
void tmu_Reset(bool Manual);
|
|
void tmu_Term();
|