mirror of
https://github.com/Michael-Prince-Sharpe/bsnes-classic.git
synced 2025-04-02 10:21:42 -04:00
8 lines
156 B
C++
8 lines
156 B
C++
namespace Info {
|
|
static const char Profile[] = "Accuracy";
|
|
}
|
|
|
|
#include <cpu/cpu.hpp>
|
|
#include <smp/smp.hpp>
|
|
#include <dsp/dsp.hpp>
|
|
#include <ppu/ppu.hpp>
|