bsnes/higan/sfc/profile-balanced.hpp

9 lines
189 B
C++
Raw Normal View History

namespace Info {
2013-01-14 12:10:20 +00:00
static const char Profile[] = "Balanced";
}
#include <sfc/cpu/cpu.hpp>
#include <sfc/smp/smp.hpp>
#include <sfc/alt/dsp/dsp.hpp>
2013-01-14 12:10:20 +00:00
#include <sfc/alt/ppu-balanced/ppu.hpp>