Remove TRK Functions from main.cpp

This commit is contained in:
Phillip Stephens 2022-04-11 21:56:27 -07:00
parent 1974f6fc22
commit 9760947be0
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 0 additions and 12 deletions

View File

@ -55,18 +55,6 @@ u32 sARAMMemArray[2];
// sdata
bool lbl_805A6BC0;
// 80003640
void EnableMetroTRKInterrupts() {}
// 80003644
void InitMetroTRK() {}
// 80003648
int __read_console() { return 0; }
// 80003650
int __TRK_write_console() { return 0; }
// 80003658
void CMain::UpdateStreamedAudio() { CStreamAudioManager::Update(1.f / 60.f); }