BernardoGiordano
dc37a8b07d
Implement led notifications
2019-05-04 14:35:16 +02:00
BernardoGiordano
72d23d5bdb
map switch cheats to physical button and show configuration IP address
2019-05-04 12:54:56 +02:00
BernardoGiordano
c4303f5b9a
UI fixes
2019-05-03 23:38:03 +02:00
BernardoGiordano
3ed855a636
Fix nasty loading bug
2019-05-03 22:49:01 +02:00
BernardoGiordano
0d64e83e7c
Fix fclose issue and better file descriptor handling
2019-05-02 20:58:39 +02:00
BernardoGiordano
0b99741f23
Fix nasty fclose issue and set perms properly
2019-05-01 21:41:56 +02:00
BernardoGiordano
425dc7d8b1
Update swkbd code
2019-05-01 21:05:43 +02:00
BernardoGiordano
ae1dee5abe
no idea why this keeps crashing
2019-05-01 17:20:40 +02:00
BernardoGiordano
8272b8faa9
cheat code management almost working
2019-05-01 12:23:03 +02:00
BernardoGiordano
7a2462b6c4
remove unused parameter
2019-04-30 21:24:44 +02:00
BernardoGiordano
df5300508a
Remove fstream and compress cheat codes
2019-04-30 20:57:22 +02:00
BernardoGiordano
92a3d49f72
enable lto and fix memory leak
2019-04-23 19:21:53 +02:00
BernardoGiordano
65a09c497e
QoL fixes
2019-04-23 18:59:30 +02:00
BernardoGiordano
8f07343ad7
CheatManager initial commit
2019-04-22 16:24:45 +02:00
BernardoGiordano
9835ace495
add saveID
2019-04-22 09:48:50 +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
94d1932ce7
I should start committing this stuff
2019-04-15 22:03:56 +02:00
BernardoGiordano
b5f98b7a3a
Cleanup
2019-03-10 10:15:34 +01:00
BernardoGiordano
b91a1684eb
Configure max path length
2019-03-10 08:40:35 +01:00
BernardoGiordano
6ebf692478
Use system keyboard applet if available
2019-03-10 00:24:02 +01:00
BernardoGiordano
fa06c7bbec
Update copyright
2019-03-07 21:15:24 +01:00
BernardoGiordano
8a01c51613
Few enhancements
2018-12-27 15:35:43 +01:00
BernardoGiordano
8fd7b08f23
Bridge completed
2018-12-17 20:18:43 +01:00
BernardoGiordano
3dd70b6194
Receiver working
2018-12-16 23:29:26 +01:00
BernardoGiordano
d8e661ce58
Send working
2018-12-16 21:00:15 +01:00
BernardoGiordano
c67d89cdac
Preliminar bridge support
2018-12-16 15:27:48 +01:00
BernardoGiordano
d69400360d
Fix #173
2018-12-14 21:59:46 +01:00
BernardoGiordano
7efd3d4644
Fix #170
2018-12-14 20:52:01 +01:00
BernardoGiordano
b0634ce987
Fix #178
2018-12-14 19:20:14 +01:00
BernardoGiordano
c9e26116b6
Fix #181
2018-12-14 16:59:10 +01:00
BernardoGiordano
d564bec820
Misc updates
2018-10-25 01:31:16 +02:00
BernardoGiordano
914ade9a70
Update configuration file without overriding settings when updating version
2018-10-25 01:30:41 +02:00
BernardoGiordano
797b22ff60
Refactor GUI initialization and handle errors
2018-10-17 22:52:46 +02:00
BernardoGiordano
33ca4974cb
fix occasional crashes while changing account
2018-10-17 21:44:14 +02:00
Bernardo Giordano
dd69a50441
Use Switch hardware acceleration ( #162 )
...
* preliminar changes
* enhance hid logic
* refactor switch UI
2018-10-10 23:20:05 +02:00
thedax
e3796b04f8
Fix crash on Switch: romfs wasn't being unmounted, resulting in a system crash (2011-0301) after approx. 7 launches in a row. ( #159 )
2018-10-06 22:46:57 +02:00
BernardoGiordano
24bd2fec69
switch: use system font icons
2018-09-20 12:28:31 +02:00
BernardoGiordano
4e48f390f3
Close #97
2018-09-16 22:36:32 +02:00
BernardoGiordano
6305e1d000
Add favorite system backend
2018-09-16 16:34:12 +02:00
BernardoGiordano
30043bd0e7
remove gfxWaitForVSync calls
2018-09-16 16:31:25 +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
f3e48f8b51
Merge branch 'master' of https://github.com/FlagBrew/Checkpoint
2018-09-03 21:36:42 +02:00
BernardoGiordano
1901eac5c7
Use C++ style file operations. Borrow recursive directory erasing from JKSV
2018-09-03 21:36:28 +02:00
BernardoGiordano
59db33ab94
Avoid using a dedicate thread for title loading (at least for now)
2018-09-03 21:35:35 +02:00
BernardoGiordano
ed6a77629f
Fix configuration override on version update
2018-09-03 21:35:04 +02:00
FennecTECH
fad48c1148
Changed selected button when keyboard is called ( #144 )
...
* Changed selected button when keyboard is called
* chnaged comment in keyboardmanager.cpp
* chnaged comment in keyboardmanager.cpp and replaced number with index
2018-09-03 21:13:42 +02:00
BernardoGiordano
c1c46b2088
fix #125
2018-08-05 17:00:07 +02:00
BernardoGiordano
640e3da76c
fix #129
2018-08-05 16:44:55 +02:00