Initial Commit

This commit is contained in:
2026-03-05 20:18:29 +01:00
commit 5a4d3ee8e0
901 changed files with 296682 additions and 0 deletions

14
include/cheats_page.hpp Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
#include <borealis.hpp>
class CheatsPage : public brls::AppletFrame
{
private:
brls::List* list;
brls::ListItem* item;
brls::StagedAppletFrame* stagedFrame;
public:
CheatsPage();
};