mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 07:10:48 -04:00
18 lines
327 B
C++
18 lines
327 B
C++
#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 */
|