Mesen-X/Core/Sunsoft5bAudio.h
2021-01-28 18:18:34 +01:00

8 lines
No EOL
177 B
C

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