mirror of
https://github.com/Michael-Prince-Sharpe/bsnes-classic.git
synced 2025-04-02 10:21:42 -04:00
8 lines
183 B
C++
8 lines
183 B
C++
namespace Info {
|
|
static const char Profile[] = "Compatibility";
|
|
}
|
|
|
|
#include <cpu/cpu.hpp>
|
|
#include <smp/smp.hpp>
|
|
#include <alt/dsp/dsp.hpp>
|
|
#include <alt/ppu-compatibility/ppu.hpp>
|