Commit graph

177 commits

Author SHA1 Message Date
LiquidFenrir
6de3a5dccb rename touchscreen.hpp to inputstate.hpp
switch:
- make InputState hold the data directly instead of inheriting the 2 used things.
- make it hold 3 u64 attributes for the keys, instead of exposing PadState and requiring usage to be through padGetButtons and derivatives
- added a global constant pointer to it for Clickable and Scrollable to use, hoping to fix the crash
2021-05-20 12:42:25 +02:00
BernardoGiordano
617fd56024 reformat code 2021-04-28 14:45:06 +02:00
LiquidFenrir
2f5f3e4a7d change class name to reflect usage 2021-04-18 16:31:14 +02:00
LiquidFenrir
98f020f7fe finish touch hid rewrite for switch + bonuses
make empty destructors default, same effect. do we even need to define them?
Fix uses platform dependent header files defining what gets passed to the different update functions
All "fix me"s eradicated
needs testing to ensure nothing broke
2021-04-18 16:18:03 +02:00
BernardoGiordano
85fa31e842 Fix compilation on libnx 4.0.1. No button holding and touch support yet. Few features disabled, still needs work 2021-04-13 10:36:19 +02:00
piepie62
ae1e2f3da8 Fix Switch compilation on latest libnx 2020-06-19 22:32:27 -04:00
piepie62
c46b4dec59 Edit pksm bridge size to actually work with SWSH 2020-06-19 21:50:39 -04:00
piepie62
8a79ecdf5d Fix some IHid behavior 2020-02-22 17:58:23 -07:00
piepie62
8ddd0c61b6 Rework IHid to be more flexible 2020-02-21 22:58:06 -07:00
BernardoGiordano
0d0b12a6d2 Few fixes and add swsh bridge support 2020-01-19 14:20:08 +01:00
Dickson Wong
978e133475 Sort titles by last played and play time 2020-01-13 23:56:24 -08:00
BernardoGiordano
39d06fcfba Add ū character rule 2019-12-13 22:27:35 +01:00
BernardoGiordano
177ad185e0 Let checkpoint compile with libnx 3.0.0 2019-12-13 21:51:36 +01:00
BernardoGiordano
0f6ce0d8f7 Remove comment 2019-12-09 14:49:05 +01:00
BernardoGiordano
428459b1b5 Warn the user if they're performing backups under applet mode. (Fixes the aborted by user issue) 2019-12-08 22:40:19 +01:00
designgears
10b17943c7 Update for atmos 0.10.0 titles -> contents change 2019-12-07 23:34:16 -07:00
Bernardo Giordano
1fa7608c80
Clean and fix FTP Server (#261) 2019-10-26 09:40:04 +02:00
BernardoGiordano
31e9f6ba8a Remove watermark 2019-10-03 07:49:49 +02:00
BernardoGiordano
c4e95f0cbf Fix #249 2019-10-03 07:44:43 +02:00
BernardoGiordano
b4686769f9 Add missing instructions 2019-09-15 00:32:32 +02:00
BernardoGiordano
ccb8f7aa47 Update SDL_FontCache to upstream changes 2019-09-13 22:32:26 +02:00
BernardoGiordano
598d57bf9e Typo 2019-09-11 21:36:06 +02:00
BernardoGiordano
259d120d8f Make sure people actually read this message 2019-09-11 21:28:52 +02:00
BernardoGiordano
7a100575ae Fix #231 2019-09-11 17:49:47 +02:00
Bernardo Giordano
2e5919b091
Fix #235 (#239)
* Restore applet mode

* Disable logging and fix order of folder creation

* Disable card scanning
2019-09-11 17:36:14 +02:00
BernardoGiordano
257d447919 Re-add file copy graphics 2019-09-06 23:34:52 +02:00
BernardoGiordano
986f59f790 Fix #220 2019-09-04 23:47:20 +02:00
BernardoGiordano
3eaa2b2110 Cleanup account selection 2019-09-04 20:04:17 +02:00
BernardoGiordano
420513dba3 cleanup 2019-07-28 09:23:24 +02:00
BernardoGiordano
f955d5784b Optimize string fitting 2019-07-27 16:31:55 +02:00
BernardoGiordano
5b7d897b61 Trim username if it's too long 2019-07-26 23:25:54 +02:00
BernardoGiordano
6fa8d0cedc format 2019-07-26 23:20:09 +02:00
BernardoGiordano
3f3021f76e Fix #75 2019-07-26 22:49:36 +02:00
BernardoGiordano
d7901d177d Complete logs and merge JEDECheck into Checkpoint 2019-07-26 21:55:22 +02:00
Gudf
80cfaeb9e0 Fix #218 2019-07-26 20:18:43 +02:00
BernardoGiordano
92e595dd70 Complete logging for the switch version 2019-07-24 21:45:22 +02:00
BernardoGiordano
7457eb7cd4 Add a few more logs 2019-07-24 21:04:07 +02:00
BernardoGiordano
f9a81993e0 This changes seem stable 2019-07-24 21:02:27 +02:00
BernardoGiordano
70a493e89a This makes it crash 2019-07-24 19:53:08 +02:00
BernardoGiordano
64059b21ed Few fixes 2019-07-24 19:35:27 +02:00
BernardoGiordano
88a0bbcbe3 Fix #216 2019-07-20 19:43:26 +02:00
BernardoGiordano
8a3549bc8b Fix according to libnx 2.3.0 2019-07-19 19:44:58 +02:00
BernardoGiordano
efa0ac9918 Use exit instead of return 2019-07-17 20:29:29 +02:00
BernardoGiordano
84fce814a5 Fix logging and quit if run from system applets 2019-07-16 00:02:12 +02:00
BernardoGiordano
0474ceae34 Pie did an oopsie 2019-07-15 23:56:30 +02:00
BernardoGiordano
0539b7a5ef This doesn't compile 2019-07-15 23:36:15 +02:00
piepie62
aa76dd2ab5 Port over changes I just made to 3DS version 2019-07-15 02:26:17 -04:00
BernardoGiordano
1000a8d333 Comment for now 2019-07-14 21:46:09 +02:00
BernardoGiordano
75d62c4c49 Nothing in this commits really works 2019-07-14 00:27:04 +02:00
BernardoGiordano
d75c79c666 Static analysis fixes 2019-07-09 23:13:23 +02:00