mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 22:52:34 +01:00
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>
|