sys-clk-OC manager

This commit is contained in:
KazushiM
2022-10-29 22:29:30 +08:00
parent 26c0bff4dd
commit 1dcd8cc1bb
8 changed files with 48 additions and 49 deletions

View File

@@ -33,7 +33,8 @@ AboutTab::AboutTab()
// Subtitle
brls::Label *subTitle = new brls::Label(
brls::LabelStyle::REGULAR,
"Nintendo Switch overclocking / underclocking system module and frontend app by the RetroNX Team",
"This is a modified version of official sys-clk, which is not associated with any author below.\n" \
"Nintendo Switch overclocking / underclocking system module and frontend app by the RetroNX Team.\n",
true
);
subTitle->setHorizontalAlign(NVG_ALIGN_CENTER);