mirror of https://github.com/bsnes-emu/bsnes.git
13 lines
300 B
C++
Executable File
13 lines
300 B
C++
Executable File
namespace Info {
|
|
static const char Profile[] = "Performance";
|
|
}
|
|
|
|
#if defined(DEBUGGER)
|
|
#error "bsnes: debugger not supported with performance profile."
|
|
#endif
|
|
|
|
#include <sfc/alt/cpu/cpu.hpp>
|
|
#include <sfc/alt/smp/smp.hpp>
|
|
#include <sfc/alt/dsp/dsp.hpp>
|
|
#include <sfc/alt/ppu-performance/ppu.hpp>
|