BernardoGiordano
5e48f91779
Implement cartridge hotswap
2019-03-07 21:13:15 +01:00
piepie62
045091d4ba
Never cache the cart
2019-02-20 19:26:09 -07:00
BernardoGiordano
8a01c51613
Few enhancements
2018-12-27 15:35:43 +01:00
BernardoGiordano
28c6d083cb
Don't start if under *hax
2018-12-14 22:14:05 +01:00
BernardoGiordano
d69400360d
Fix #173
2018-12-14 21:59:46 +01:00
BernardoGiordano
08fef96199
Fix #171
2018-12-14 18:16:53 +01:00
BernardoGiordano
914ade9a70
Update configuration file without overriding settings when updating version
2018-10-25 01:30:41 +02:00
BernardoGiordano
d22c44d40a
Favorite system fronted for 3DS version
2018-09-16 16:53:31 +02:00
BernardoGiordano
6305e1d000
Add favorite system backend
2018-09-16 16:34:12 +02: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
BernardoGiordano
ed6a77629f
Fix configuration override on version update
2018-09-03 21:35:04 +02:00
BernardoGiordano
06e2806ec2
prefer const void to void
2018-08-13 15:49:22 +02:00
Bernardo Giordano
998be2cb36
Fix #85 : Add support to undocumented DS cartridges ( #134 )
...
* debug
* some more logging (#133 )
* force type to be 6
* fix compiling error
* add undocumented jedec value
2018-08-08 22:51:33 +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
309cb99ce6
fix #127
2018-08-05 08:57:55 +02:00
BernardoGiordano
cb134c0e8e
fix #120
2018-07-28 01:19:41 +02:00
BernardoGiordano
59ad34a82b
fix #122
2018-07-24 13:57:33 +02:00
BernardoGiordano
5425815386
#fix 126
2018-07-23 17:55:33 +02:00
BernardoGiordano
faa14669b0
fix crash if refreshing titles in extdata mode
2018-07-22 22:01:20 +02:00
BernardoGiordano
746da5746c
Optimize icon caching
2018-07-22 13:56:59 +02:00
BernardoGiordano
cd6e3425e2
cache enhancements
2018-07-22 13:25:20 +02:00
BernardoGiordano
0284cf644f
general updates
2018-07-17 18:25:07 +02:00
BernardoGiordano
800ad628a5
improve selector graphics
2018-07-14 15:28:21 +02:00
BernardoGiordano
194c6eceb6
begin refactoring: use KeyboardManager singleton
2018-06-17 10:22:37 +02:00
BernardoGiordano
c358c577f2
fix crash on restore
2018-06-04 22:04:43 +02:00
BernardoGiordano
b1663bca79
fix #93
2018-06-03 23:11:17 +02:00
BernardoGiordano
fddd3b8927
fix message wrapping for the 3ds codebase
2018-06-03 21:58:12 +02:00
BernardoGiordano
6173b21a24
fix DS save restore
2018-06-03 21:57:16 +02:00
BernardoGiordano
8527a736ee
fix deletion and restoration of custom path backups
2018-06-01 17:57:35 +02:00
BernardoGiordano
fdcf6aad84
fix Scrollable touch screen bug
2018-06-01 17:22:56 +02:00
BernardoGiordano
64c195c1ee
fix issues related to the latest commits
2018-06-01 16:58:42 +02:00
BernardoGiordano
41d6f7cb75
abstract common Hid class
2018-05-30 22:56:19 +02:00
BernardoGiordano
eb7233a1f5
fix bugs introduced by last commit
2018-05-28 22:05:13 +02:00
BernardoGiordano
394797d7fa
fix #53
2018-05-28 20:24:11 +02:00
BernardoGiordano
0cbcdb89f5
add configuration versioning
2018-05-28 15:36:27 +02:00
BernardoGiordano
194c39f710
Cleanup
2018-05-28 11:17:58 +02:00
BernardoGiordano
f20b81efd0
fix #31
2018-05-27 22:59:33 +02:00
BernardoGiordano
440904590b
Add configurations. Fix #41 and #46
2018-05-26 22:25:48 +02:00
BernardoGiordano
e5fd2f04dd
fix #88
2018-05-26 09:36:00 +02:00
BernardoGiordano
e289362ff1
fix #67
2018-05-25 20:11:44 +02:00
BernardoGiordano
e4020884ae
allow touch-less backup and restore
2018-05-25 19:52:44 +02:00
BernardoGiordano
ff0f8cc61c
abstract Scrollable and make it common
2018-05-25 18:46:20 +02:00
BernardoGiordano
7bf774e967
fix messagebox depth
2018-05-19 14:38:44 +02:00
BernardoGiordano
10849891fc
abstract Clickable class
2018-05-18 15:17:16 +02:00
BernardoGiordano
bc9723052b
add fast scroll to 3DS version
2018-05-18 14:21:05 +02:00
BernardoGiordano
97dc362c49
move common code to a shared folder
2018-05-15 12:22:46 +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