Remove unused audio namespace and clean up includes in APU and DSP files
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
namespace yaze {
|
||||
namespace emu {
|
||||
namespace audio {
|
||||
|
||||
typedef struct DspChannel {
|
||||
// pitch
|
||||
@@ -154,9 +153,7 @@ class Dsp {
|
||||
uint32_t lastFrameBoundary;
|
||||
};
|
||||
|
||||
} // namespace audio
|
||||
} // namespace emu
|
||||
|
||||
} // namespace yaze
|
||||
|
||||
#endif // YAZE_APP_EMU_AUDIO_S_DSP_H
|
||||
#endif // YAZE_APP_EMU_AUDIO_S_DSP_H
|
||||
|
||||
Reference in New Issue
Block a user