one more controller spelling fix

This commit is contained in:
Thomas Jentzsch 2021-09-09 13:57:12 +02:00
parent b83b8b8f65
commit 81c45bee0c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Genesis : public Joystick
/**
Returns the name of this controller.
*/
string name() const override { return "Genesis"; }
string name() const override { return "Sega Genesis"; }
private:
/**