sysclk: fully fix lite bug and add minimal mode
This commit is contained in:
@@ -97,7 +97,7 @@ void MainGui::listUI()
|
||||
return false;
|
||||
});
|
||||
this->listElement->addItem(miscItem);
|
||||
#ifndef IS_MINIMAL
|
||||
#if IS_MINIMAL == 0
|
||||
tsl::elm::ListItem* infoItem = new tsl::elm::ListItem("Information");
|
||||
infoItem->setClickListener([this](u64 keys) {
|
||||
if((keys & HidNpadButton_A) == HidNpadButton_A && this->context)
|
||||
|
||||
Reference in New Issue
Block a user