Remove Port namespace and clean up

This commit is contained in:
Jaby
2022-09-11 15:51:09 +02:00
committed by Jaby
parent b28c381c0d
commit 7befd492cc
8 changed files with 390 additions and 403 deletions

View File

@@ -1,12 +1,8 @@
#include <PSX/System/IOPorts/SPU_IO.hpp>
#include <PSX/System/IOPorts/DMA_IO.hpp>
#include <stdio.h>
#include <limits.h>
namespace SPU {
using namespace Port;
using namespace DMA::Port;
static void clear_main_volume() {
static constexpr auto StartVol = SweepVolume::with(SweepVolume::VolumeEnable, SweepVolume::Volume.with(I16_MAX >> 2));