lsnes/snes/alt/ppu-performance/debugger/debugger.cpp
2013-05-03 17:47:34 +03:00

7 lines
113 B
C++
Executable file

#ifdef PPU_CPP
bool PPUDebugger::property(unsigned id, string &name, string &value) {
return false;
}
#endif