mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 12:46:08 +00:00
@@ -56,16 +56,16 @@ u32 sARAMMemArray[2];
|
||||
bool lbl_805A6BC0;
|
||||
|
||||
// 80003640
|
||||
void nullsub_1() {}
|
||||
void EnableMetroTRKInterrupts() {}
|
||||
|
||||
// 80003644
|
||||
void InitMetroTRK() {}
|
||||
|
||||
// 80003648
|
||||
int sub_80003648() { return 0; }
|
||||
int __read_console() { return 0; }
|
||||
|
||||
// 80003650
|
||||
int sub_80003650() { return 0; }
|
||||
int __TRK_write_console() { return 0; }
|
||||
|
||||
// 80003658
|
||||
void CMain::UpdateStreamedAudio() { CStreamAudioManager::Update(1.f / 60.f); }
|
||||
|
||||
21
src/MetroTRK/mslsupp.c
Normal file
21
src/MetroTRK/mslsupp.c
Normal file
@@ -0,0 +1,21 @@
|
||||
#include "MetroTRK/TrkInit.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// 80003640
|
||||
void EnableMetroTRKInterrupts() {}
|
||||
|
||||
// 80003644
|
||||
void InitMetroTRK() {}
|
||||
|
||||
// 80003648
|
||||
int __read_console() { return 0; }
|
||||
|
||||
// 80003650
|
||||
int __TRK_write_console() { return 0; }
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user