mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
199 B
C++
9 lines
199 B
C++
|
namespace Info {
|
||
|
static const char Profile[] = "Compatibility";
|
||
|
}
|
||
|
|
||
|
#include <sfc/cpu/cpu.hpp>
|
||
|
#include <sfc/smp/smp.hpp>
|
||
|
#include <sfc/alt/dsp/dsp.hpp>
|
||
|
#include <sfc/alt/ppu-compatibility/ppu.hpp>
|