Fix label marquee speed, add cheat description label

This commit is contained in:
Gericom
2026-03-01 17:12:56 +01:00
parent 10431c4615
commit 4d9318b0b9
3 changed files with 89 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ private:
std::unique_ptr<CheatsViewModel> _viewModel;
Label2DView _titleLabel;
Label2DView _noCheatsFoundLabel;
Label2DView _descriptionLabel;
std::unique_ptr<RecyclerView> _cheatListRecycler;
CheatsAdapter* _cheatsAdapter = nullptr;
const MaterialColorScheme* _materialColorScheme;
@@ -51,4 +52,5 @@ private:
u32 _savedVramState = 0;
void UpdateCheatList();
void UpdateDescriptionText();
};