mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
8 lines
203 B
C++
Executable file
8 lines
203 B
C++
Executable file
namespace Info {
|
|
static const char Profile[] = "Compatibility";
|
|
}
|
|
|
|
#include <snes/cpu/cpu.hpp>
|
|
#include <snes/smp/smp.hpp>
|
|
#include <snes/alt/dsp/dsp.hpp>
|
|
#include <snes/alt/ppu-compatibility/ppu.hpp>
|