mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-28 02:13:07 -04:00
JASRate
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user