mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-11 10:05:27 -05:00
Use pitch rate to get to proper sample rate...?
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#define __HW_DEFS_HPP
|
||||
|
||||
#define AUDIO_CHANNELS 2
|
||||
#define SAMPLE_RATE 32734
|
||||
#define SAMPLE_RATE 48000
|
||||
#define PITCH_RATE (67027964 / ((float)SAMPLE_RATE * 2048))
|
||||
|
||||
#define TOP_WIDTH_3DS 400
|
||||
#define BOT_WIDTH_3DS 320
|
||||
|
||||
Reference in New Issue
Block a user