Commit graph

25 commits

Author SHA1 Message Date
BernardoGiordano
a294313754 Complete overlays 2019-07-07 21:48:23 +02:00
BernardoGiordano
0ee8ff9179 Begin 3DS refactoring 2019-07-07 15:35:18 +02:00
BernardoGiordano
fae3582409 Fix few static analysis issues 2019-05-18 22:51:58 +02:00
BernardoGiordano
13c0cfe9be Refactor code 2019-05-06 22:51:09 +02:00
BernardoGiordano
9229d9c90d Fix #38 2019-05-02 23:22:07 +02:00
BernardoGiordano
bccc1154ad Working cheat codes 2019-04-22 22:02:33 +02:00
BernardoGiordano
8f07343ad7 CheatManager initial commit 2019-04-22 16:24:45 +02:00
BernardoGiordano
278671b9bb introduce cheats button 2019-04-22 12:40:06 +02:00
BernardoGiordano
e0cc88bf2e Update scrollable drawing logic 2019-04-21 18:05:26 +02:00
BernardoGiordano
258b4a7d70 more refactoring 2019-04-21 11:41:51 +02:00
BernardoGiordano
660a762f9d Refactor + more stringutils 2019-04-17 22:17:55 +02:00
BernardoGiordano
fa06c7bbec Update copyright 2019-03-07 21:15:24 +01:00
BernardoGiordano
5e48f91779 Implement cartridge hotswap 2019-03-07 21:13:15 +01:00
BernardoGiordano
28c6d083cb Don't start if under *hax 2018-12-14 22:14:05 +01:00
BernardoGiordano
f06847a629 Switch to C++14 2018-09-09 21:12:59 +02:00
IBNobody
b3f10121c1 Changed behavior of GUI elements and buttons A and Y. (#151). Fix #150
* Changed A key behavior

Split the handling of touching the backup list and pressing the A button into two separate decisions. Also changed the A button to select items in the backup list. Selecting "New..." (index 0) performs a backup. Selecting a backup restores the backup.

* Tabs to Spaces

Converted leading tabs to spaces (as per the original trunk).

* Changed behavior of the GUI.

3DS/Switch: Changed the behavior of the GUI with respect to buttons A and Y.

Pressing the A button selects the backup list, and pressing A again with "New..." or a backup selected will create or restore a backup.

Pressing Y will select the current title but deactivate/reset the backup list. It will also "enable" the backup touch button. Creating a backup will then disable the backup touch button. (This makes it more clear to the user what buttons / UI elements are relevant to multi-backup.)
2018-09-09 21:10:25 +02:00
Slattz
430872ed45 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
2018-08-05 17:17:35 +02:00
BernardoGiordano
faa14669b0 fix crash if refreshing titles in extdata mode 2018-07-22 22:01:20 +02:00
BernardoGiordano
8527a736ee fix deletion and restoration of custom path backups 2018-06-01 17:57:35 +02:00
BernardoGiordano
64c195c1ee fix issues related to the latest commits 2018-06-01 16:58:42 +02:00
BernardoGiordano
eb7233a1f5 fix bugs introduced by last commit 2018-05-28 22:05:13 +02:00
BernardoGiordano
e5fd2f04dd fix #88 2018-05-26 09:36:00 +02:00
BernardoGiordano
e4020884ae allow touch-less backup and restore 2018-05-25 19:52:44 +02:00
BernardoGiordano
fb4b8fcc06 use citro2d as 2D library 2018-05-14 08:52:41 +02:00
BernardoGiordano
69f789e973 move source code for 3ds version to its own folder 2018-05-09 09:59:33 +02:00
Renamed from source/main.cpp (Browse further)