mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-14 21:57:13 +00:00
Remove unnecessary code (#132)
* [3DS] Fix refreshing titles also changing mode * [3DS] Can only refresh titles when a title isnt selected (For better UX) * Changing this won't be any different * derp
This commit is contained in:
parent
c1c46b2088
commit
430872ed45
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ int main() {
|
|||
if (refreshTimer > 90)
|
||||
{
|
||||
Gui::resetIndex();
|
||||
Archive::mode(Archive::mode() == MODE_SAVE ? MODE_EXTDATA : MODE_SAVE);
|
||||
Gui::clearSelectedEntries();
|
||||
Gui::resetScrollableIndex();
|
||||
Threads::create((ThreadFunc)Threads::titles);
|
||||
|
|
Loading…
Reference in a new issue