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