mirror of https://github.com/stella-emu/stella.git
AtariVox controller was mistakenly reported as SaveKey in the logs.
This commit is contained in:
parent
205c532398
commit
6eab8ad4b8
|
@ -79,6 +79,11 @@ class AtariVox : public SaveKey
|
||||||
*/
|
*/
|
||||||
void update() override { }
|
void update() override { }
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns the name of this controller.
|
||||||
|
*/
|
||||||
|
string name() const override { return "AtariVox"; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Notification method invoked by the system after its reset method has
|
Notification method invoked by the system after its reset method has
|
||||||
been called. It may be necessary to override this method for
|
been called. It may be necessary to override this method for
|
||||||
|
|
Loading…
Reference in New Issue