TuxSH
9097276a06
rosalina: refactor menu handling
2020-05-17 16:42:44 +01:00
TuxSH
a564d8536a
rosalina: add brightness control menu
2020-05-16 02:37:47 +01:00
TuxSH
a21eee9207
rosalina/pm: remove fs patch, use pm instead
2020-05-15 22:15:55 +01:00
TuxSH
71cddef78f
rosalina: cleanup variable names
2020-05-15 20:00:13 +01:00
TuxSH
a2313d1c03
Fix latest commit
2020-05-15 02:06:52 +01:00
TuxSH
22db3445a0
rosalina menu: add scrolling, cpad and inputredir support (note: no ZL/ZR due to technical reasons)
2020-05-14 21:05:27 +01:00
TuxSH
d3e62df769
rosalina: implement dirty hb chainload
2020-05-10 02:58:21 +01:00
TuxSH
49c8888948
rosalina: put screenshot loop inside same TU
2020-05-08 18:19:17 +01:00
TuxSH
1875556f81
Merge pull request #1417 from mtheall/master
...
Add printf attrtibute to Draw_DrawFormattedString
2020-05-08 16:52:52 +01:00
TuxSH
00850bf691
rosalina: fast screenshots (10s -> 0.3s on my end)
2020-05-08 16:44:30 +01:00
TuxSH
09fd199487
rosalina: Dynamically alloc/free fb cache, exempt rosalina from reslimiting
2020-05-08 01:17:46 +01:00
Michael Theall
32c53578e0
Add printf attrtibute to Draw_DrawFormattedString
2020-05-06 22:34:09 -05:00
TuxSH
0da90f61fc
Fix ODR bugs
2020-05-05 18:13:32 +01:00
TuxSH
44cd3928fb
rosalina & pm: properly shutdown when debugger, input redir (but not both) and force connection are enabled
2020-04-28 01:31:29 +01:00
TuxSH
8c54613e44
rosalina/sysconfig: fix handling of disconnected routers in wifi forcing + handle leak
2020-04-28 00:05:55 +01:00
TuxSH
7dfa83b8c0
rosalina: fix gdb/input redir hanging if no internet & fix recovering from failures
2020-04-27 21:58:40 +01:00
TuxSH
b551061264
rosalina/sysconfig: fix wifi forcing, including a regression from v10.1.1
2020-04-27 20:00:41 +01:00
TuxSH
9d62995799
rosalina: make the task runner thread actually exit
2020-04-26 21:37:18 +01:00
TuxSH
b313a4aa2f
rosalina: remove all remaining refs to __syscalls (which we don't init)
2020-04-26 12:07:17 +01:00
TuxSH
37c5c6f049
cheats: don't use rand()
2020-04-26 11:47:15 +01:00
TuxSH
31891efbca
Current year is 2020
2020-04-25 13:42:10 +01:00
TuxSH
58f3edda12
ARM => Arm
2020-04-25 13:17:23 +01:00
TuxSH
68b670f94f
Merge branch 'master' into toggle-power-button
2020-04-17 00:36:07 +02:00
TuxSH
8785fd0236
Use -Os for rosalina, pm, sm. Decrease gdb buffer sizes, etc.
2020-04-16 21:05:33 +01:00
TuxSH
c7551a731c
rosalina: revert errdisp ipc handling
2020-04-16 00:16:25 +01:00
LiquidFenrir
236dbb043c
add wifi connection forcing to rosalina
...
breaks regular auto connect until reboot
allows connecting to a wifi without internet (for example, for transferring stuff with 3dslink or ftpd/3DShell)
2019-07-21 19:05:37 +02:00
selabnayr
0bc51d5c34
Add an entry to the System Configuration menu to toggle disabling a short press of the power button triggering a software closure.
2019-07-05 15:04:38 -07:00
TuxSH
d989c45c3d
Failed attempt w/ next app
2019-06-14 01:32:50 +02:00
TuxSH
84c5cf0661
Failed attempt at fixing disable debugger when 1+ sessions are open
2019-06-14 00:40:41 +02:00
TuxSH
8e4af5c823
Add ntp client & rtc sync
2019-06-03 00:54:20 +02:00
TuxSH
2c8a1eb5c6
gdb hio: lseek returns 64-bit
2019-05-04 17:08:32 +02:00
TuxSH
c7c832a0dd
Relicense gdbstub (with permission of contributors)
2019-05-03 21:06:10 +02:00
TuxSH
8b56098d64
Fix TIO encoding bug
2019-04-28 15:04:42 +02:00
TuxSH
2927bd5aa3
gdb: double packet size
2019-04-28 02:15:46 +02:00
TuxSH
9b3cc5391b
tio fixes
2019-04-27 23:23:36 +02:00
TuxSH
54eeb97b24
Add GDB target IO support (called Host I/O by gdb), not working yet
2019-04-27 16:50:47 +02:00
TuxSH
eef22f8701
Fix "debug next process" with hbldr homebrew
2019-04-18 22:58:53 +02:00
TuxSH
17ca09346d
gdb: fix multiple extended-remote issues, also fix possible race condtions
2019-04-17 23:12:29 +02:00
TuxSH
06bcb39721
always save errdisp to file; hio changes
2019-04-17 00:18:12 +02:00
TuxSH
4c9fe186d7
gdb: hio support (untested yet)
2019-04-14 21:48:15 +02:00
TuxSH
e11cc090b2
gdb: add support to run new processes
...
Only titleId [mediaType [launchFlags]] is supported, and the launched title shouldn't rely on APT and all 3 parameters should be hex-encoded.
usage example, with titleId+mediaType:
(gdb) set remote file-exec 0004013000003702
(gdb) r 0
2019-04-13 19:18:47 +02:00
TuxSH
763a1de8d3
gdb: add extended-remote support, implement vAttach
2019-04-12 23:40:51 +02:00
TuxSH
e57b546dd4
gdb: rework meaning of selected/used
2019-04-10 23:38:10 +02:00
TuxSH
bd670cf87c
gdb: add GDB_FindAllocatedContextByPid
2019-04-10 23:17:49 +02:00
TuxSH
1e0996c395
gdb: simply gdbstate
2019-04-09 23:59:05 +02:00
TuxSH
63736d7873
Refactor process detaching code
2019-03-31 22:58:36 +02:00
TuxSH
fb800bd4c9
Add support to force-debug applications before they start running code
2019-03-31 20:01:16 +02:00
TuxSH
c688600d33
PMDBG_GetCurrentAppTitleId => PMDBG_GetCurrentAppTitleIdAndPid
2019-03-31 16:12:31 +02:00
TuxSH
ea14d8a186
gdb: avoid race conditions
2019-03-31 01:14:40 +01:00
TuxSH
cd18b85632
gdb: refactor port/ctx alloc
2019-03-31 00:24:45 +01:00