mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
8 lines
169 B
C++
8 lines
169 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/ppu.hpp>
|