BernardoGiordano
d9583c1766
Update nlohmann::json
2019-03-07 21:13:26 +01:00
BernardoGiordano
5e48f91779
Implement cartridge hotswap
2019-03-07 21:13:15 +01:00
Bernardo Giordano
60ef4e3880
Merge pull request #189 from FlagBrew/UncacheCart
...
Never cache the cart
2019-03-07 19:38:44 +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
Bernardo Giordano
9252a24119
Update issue templates
2018-12-27 14:27:27 +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
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
7efd3d4644
Fix #170
2018-12-14 20:52:01 +01:00
BernardoGiordano
b0634ce987
Fix #178
2018-12-14 19:20:14 +01:00
BernardoGiordano
2a40325bcb
Update makefiles
2018-12-14 18:16:58 +01:00
BernardoGiordano
08fef96199
Fix #171
2018-12-14 18:16:53 +01:00
BernardoGiordano
c9e26116b6
Fix #181
2018-12-14 16:59:10 +01:00
Nico Elayda
ef8affc836
Add separate build targets for each platform to root Makefile ( #179 )
...
* Add separate build targets for each platform to root Makefile
* Change target names in Makefile to match subdirectories
2018-12-01 22:41:49 +01:00
BernardoGiordano
5915e95e1c
Update README.md
2018-10-28 11:11:22 +01:00
BernardoGiordano
d564bec820
Misc updates
2018-10-25 01:31:16 +02:00
BernardoGiordano
93d580e833
Update server code
2018-10-25 01:31:06 +02:00
BernardoGiordano
914ade9a70
Update configuration file without overriding settings when updating version
2018-10-25 01:30:41 +02:00
BernardoGiordano
524f66dbb2
Small local changes
2018-10-20 17:35:56 +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
30786f319d
Update readme
2018-09-20 12:28:08 +02:00
BernardoGiordano
4e48f390f3
Close #97
2018-09-16 22:36:32 +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
30043bd0e7
remove gfxWaitForVSync calls
2018-09-16 16:31:25 +02:00
BernardoGiordano
f58fcf82fc
Build using c++17
2018-09-16 16:30:23 +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
f3e48f8b51
Merge branch 'master' of https://github.com/FlagBrew/Checkpoint
2018-09-03 21:36:42 +02:00
BernardoGiordano
dad317460b
Bump version
2018-09-03 21:36:36 +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
3973996313
Push latest notes before changing repo ownership
2018-08-24 23:52:05 +02:00
BernardoGiordano
3c51a92688
Add initial API documentation
2018-08-20 14:50:42 +02:00
BernardoGiordano
71e1a36587
Bump version
2018-08-16 22:30:57 +02:00
BernardoGiordano
9cba24c93b
revert 413978bc88
2018-08-16 12:41:52 +02:00
BernardoGiordano
1ebf0e383c
Merge branch 'master' of https://github.com/BernardoGiordano/Checkpoint
2018-08-16 12:39:51 +02:00
BernardoGiordano
69336747d8
better logging, more resources
2018-08-16 12:39:10 +02:00
BernardoGiordano
413978bc88
better logging, more resources
2018-08-16 12:38:55 +02:00
BernardoGiordano
d0c0fd0448
add first resources to server
2018-08-15 23:51:29 +02:00