Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/libsnes/bsnes/snes/profile-performance.hpp
2 views
1
namespace Info {
2
static const char Profile[] = "Performance";
3
}
4
5
#if defined(DEBUGGER)
6
#error "bsnes: debugger not supported with performance profile."
7
#endif
8
9
#include <snes/alt/cpu/cpu.hpp>
10
#include <snes/alt/smp/smp.hpp>
11
#include <snes/alt/dsp/dsp.hpp>
12
#include <snes/alt/ppu-performance/ppu.hpp>
13
14