added credentials to menu system informations
This commit is contained in:
@@ -43,11 +43,10 @@ void MenuSysteminformation::printPage() const {
|
||||
lineTwo.concat(this->mainBattery->getBatteryVoltage());
|
||||
break;
|
||||
|
||||
// case 4:
|
||||
// lineOne = "PS3 battery";
|
||||
// lineTwo = "is ";
|
||||
// lineTwo.concat(MenuSysteminformation::ps3ToString(this->gamepad->data.status.battery));
|
||||
// break;
|
||||
case 4:
|
||||
lineOne = "Kleiax Rover by";
|
||||
lineTwo = "Alexander Klein";
|
||||
break;
|
||||
|
||||
default:
|
||||
this->printDefault();
|
||||
|
||||
Reference in New Issue
Block a user