mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
4 lines
124 B
C++
4 lines
124 B
C++
class DSPDebugger : public DSP, public ChipDebugger {
|
|
public:
|
|
bool property(unsigned id, string &name, string &value);
|
|
};
|