mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Read description for changes.
- Add Script Deletion. - Display "This script does not exist." if script does not exist on ScriptBrowse. - Display "Refreshing List..." if you have more scripts.
This commit is contained in:
@@ -39,6 +39,8 @@ public:
|
||||
void Draw(void) const override;
|
||||
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
|
||||
private:
|
||||
void deleteScript(int selectedScript);
|
||||
|
||||
void DrawSubMenu(void) const;
|
||||
void DrawList(void) const;
|
||||
void DrawSingleObject(void) const;
|
||||
|
||||
Reference in New Issue
Block a user