Mesen-X/Core/Sunsoft5bAudio.h

8 lines
177 B
C
Raw Normal View History

#pragma once
#include "stdafx.h"
#include "Snapshotable.h"
#include "APU.h"
#include "SSGAudio.h"
#include "Console.h"
using Sunsoft5bAudio = SSGAudio<AudioChannel::Sunsoft5B>;