mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
8 lines
171 B
C++
8 lines
171 B
C++
namespace Info {
|
|
static const char Profile[] = "Performance";
|
|
}
|
|
|
|
#include <alt/cpu/cpu.hpp>
|
|
#include <smp/smp.hpp>
|
|
#include <alt/dsp/dsp.hpp>
|
|
#include <alt/ppu/ppu.hpp>
|