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