AudioCore: Move samples_per_frame and num_sources into hle/common.h

This commit is contained in:
MerryMage 2016-04-24 13:20:13 +01:00
parent 90241218be
commit 89e1019dc8
3 changed files with 11 additions and 12 deletions

View file

@ -10,8 +10,6 @@ class VMManager;
namespace AudioCore {
constexpr int num_sources = 24;
constexpr int samples_per_frame = 160; ///< Samples per audio frame at native sample rate
constexpr int native_sample_rate = 32728; ///< 32kHz
/// Initialise Audio Core