blob: 6ec055f7c44557bd66a77ed72ee10b365aaf323a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef JASDRIVERTABLES_H
#define JASDRIVERTABLES_H
#include "dolphin/types.h"
#include "global.h"
namespace JASystem {
namespace Driver {
extern f32 C5BASE_PITCHTABLE[];
}
namespace DSPInterface {
extern u16 DSPADPCM_FILTER[] ALIGN_DECL(32);
extern u16 DSPRES_FILTER[] ALIGN_DECL(32);
}
}
#endif /* JASDRIVERTABLES_H */
|