mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-19 19:55:47 +00:00
AudioCore: Move samples_per_frame and num_sources into hle/common.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user