mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
7 lines
113 B
C++
Executable file
7 lines
113 B
C++
Executable file
#ifdef PPU_CPP
|
|
|
|
bool PPUDebugger::property(unsigned id, string &name, string &value) {
|
|
return false;
|
|
}
|
|
|
|
#endif
|