mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-10 11:05:07 -04:00
Tidy includes, drop PC STATIC_ASSERTs, and more macro usage
This commit is contained in:
+11
-11
@@ -1,22 +1,22 @@
|
||||
#include "DuskDsp.hpp"
|
||||
|
||||
#include "Adpcm.hpp"
|
||||
#include "DuskAudioSystem.h"
|
||||
#include "global.h"
|
||||
|
||||
#include "dusk/logging.h"
|
||||
#include "helpers/endian.h"
|
||||
|
||||
#include <ar.h>
|
||||
#include <dolphin/os.h>
|
||||
|
||||
#include "DuskDsp.hpp"
|
||||
#include <freeverb/revmodel.hpp>
|
||||
#include <tracy/Tracy.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <span>
|
||||
|
||||
#include "Adpcm.hpp"
|
||||
#include "dusk/audio/DuskAudioSystem.h"
|
||||
#include "dusk/logging.h"
|
||||
#include "freeverb/revmodel.hpp"
|
||||
#include "global.h"
|
||||
#include "helpers/endian.h"
|
||||
#include "tracy/Tracy.hpp"
|
||||
|
||||
using namespace dusk::audio;
|
||||
|
||||
ChannelAuxData dusk::audio::ChannelAux[DSP_CHANNELS] = {};
|
||||
|
||||
Reference in New Issue
Block a user