This commit is contained in:
Jcw87
2023-10-22 12:27:29 -07:00
parent 9e9f2b3d41
commit d0b5ee486c
3 changed files with 25 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef JASRATE_H
#define JASRATE_H
#include "dolphin/types.h"
namespace JASystem {
namespace Kernel {
extern f32 gDacRate;
extern u32 gSubFrames;
extern int gFrameSamples;
extern u32 gDacSize;
extern int gOutputRate;
extern int gAiSetting;
}
}
#endif /* JASRATE_H */