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