mirror of https://github.com/stella-emu/stella.git
one more controller spelling fix
This commit is contained in:
parent
b83b8b8f65
commit
81c45bee0c
|
@ -45,7 +45,7 @@ class Genesis : public Joystick
|
||||||
/**
|
/**
|
||||||
Returns the name of this controller.
|
Returns the name of this controller.
|
||||||
*/
|
*/
|
||||||
string name() const override { return "Genesis"; }
|
string name() const override { return "Sega Genesis"; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue