noneuclideanmotion
7ad4120648
Update console.c
...
This line needs to be inside the if statement, it being outside creates a bug which prevents the use of custom PrintConsoles, as it will force any custom PrintConsole to just be equal to the default console. It should only be ran if the default console is being used.
2022-11-03 04:06:58 +00:00
yellows8
75290f912e
applet: Updated for 15.0.0. Various fixes and added __nx_applet_init_timeout.
2022-11-01 14:27:32 -04:00
yellows8
5ca15e7696
wlaninf: Add sysver check since this was removed in 15.0.0.
2022-10-22 16:30:42 -04:00
Michael Scire
09338f80b2
bpc: fix GetSleepButtonState/GetPowerButton
2022-10-21 23:51:40 +02:00
yellows8
ac414d2bc5
pdm: Updated sysver checks for 15.0.0.
2022-10-16 12:45:58 -04:00
yellows8
ea145a8d3c
setsys: Updated sysver check for setsysNeedsToUpdateHeadphoneVolume.
2022-10-16 12:45:58 -04:00
fincs
8b77139a04
env: Add support for svc 0x80..0xBF hinting
2022-10-12 19:42:37 +02:00
Michael Scire
1543e84627
svc: add MapInsecureMemory/UnmapInsecureMemory
2022-10-11 20:18:30 -07:00
yellows8
328d041c5c
swkbd: Fixed height value in swkbdInlineGetTouchRectangles.
2022-10-06 15:22:47 -04:00
averne
97fef5e48d
Fix calculation of the inline swkbd touch rectangle
2022-10-06 19:49:54 +02:00
notaz
d8a4f33192
cache: need an isb barrier on icache invalidate
...
I don't have a switch but on r-pi4 it's easy to reproduce problems
without this Instruction Synchronization Barrier. Better be safe than
having "fun" dealing with super rare crashes.
2022-08-02 23:06:52 +02:00
averne
8b17648d0b
nv: Implement ioctl GET_GPU_TIME
2022-07-02 16:02:01 +02:00
Michael Scire
62755bebe0
svc: fix wrong ids for (Un)MapIoRegion
2022-06-27 17:34:41 +02:00
yellows8
bb42eab289
nifm: Added nifmSetWowlDelayedWakeTime.
2022-06-06 01:50:33 -04:00
yellows8
d33bb0ad6a
nifm/socket: Add nifmRequest sleep/register-socket cmds.
2022-05-31 20:09:26 -04:00
Dave Murphy
d14f931eab
payload can never be NULL
2022-05-02 23:12:56 +01:00
Dave Murphy
bf50bfdbbe
disable array bounds checking for __tls_start
2022-05-02 23:11:24 +01:00
yellows8
9865dbf921
btdrv: Updated sysver check for removed cmds in 14.x.
2022-04-07 22:12:26 -04:00
MasaGratoR
a1d6b3be43
ts: Update tsGetTemperatureMilliC ( #588 )
...
* ts: Update tsGetTemperatureMilliC for 14.0.0
2022-04-07 21:47:04 -04:00
Michael Scire
d42ddeff78
bpc: add 6.0.0 bpcGetPowerButton, update accessible-firmware comments.
2022-04-07 21:43:32 -04:00
Michael Scire
cdba7dc808
pm: update for 14.0.0
2022-04-07 21:43:32 -04:00
Michael Scire
f60f82856a
cache: set flag in tlr when doing maintenance
2022-04-07 21:43:32 -04:00
Morph
e6c7ac7c0b
fs: Add fsOpenSaveDataInfoReaderWithFilter
2022-03-06 19:20:40 +01:00
yellows8
04aa28c436
nv: Added nvIoctl3, updated _nvGetSessionForRequest, and:
...
* Check hosver in nvIoctl2.
2022-02-26 12:54:26 -05:00
Michael Theall
6d8d9fd2fc
Don't apply bold/faint to bg console
2022-01-08 01:07:56 +01:00
yellows8
32370bd19c
fs: Added fsCreate_TemporaryStorage + fixed fsOpen_TemporaryStorage.
2022-01-06 12:20:19 -05:00
yellows8
587115f10a
btm: Fixed backwards sysver check in _btmCmdGetEventOutFlag.
2021-12-09 01:02:47 -05:00
yellows8
4a33b32f43
nfc: Added more cmds, etc.
2021-12-09 01:01:32 -05:00
fincs
74c639ec3a
random.c: Avoid UB type punning that results in miscompilation
2021-12-05 19:31:42 +01:00
Michael Theall
16f8547f4c
Add support for SGR 38 and 48
...
This supports the escape sequences used by fmtlib
2021-11-10 20:38:30 +01:00
yellows8
93db7abb03
hid: Updated various enums/etc, + support for new controllers.
2021-10-27 16:27:32 -04:00
ndeadly
cee75bbe13
hidsys: add some missing unique pad service wrappers
2021-10-04 21:35:15 +02:00
yellows8
c6dcbdfffb
btm: Updated structs/params for 13.0.0.
2021-09-25 11:01:30 -04:00
yellows8
8db41edc43
psel: Added pselShowUserQualificationPromoter for 13.0.0.
2021-09-24 11:56:15 -04:00
ndeadly
bf2e48e22a
btm: update GetDeviceCondition and GetDeviceInfo service wrappers and related types for 13.0.0 ( #576 )
2021-09-24 17:35:11 +02:00
p-sam
b35d42faaa
hiddbg: fix IsHdlsVirtualDeviceAttached for 13.0.0
2021-09-22 17:32:38 +02:00
Michael Scire
8daccdf35a
ncm: add new 13.0.0 commands
2021-09-18 21:55:14 +02:00
Michael Scire
49507b86a8
svc: add 13.0.0 svc changes
2021-09-18 12:34:58 +02:00
yellows8
369bb31311
btdrv: Added 13.0.0 cmds + minor improvements.
2021-09-18 00:31:53 -04:00
yellows8
0a64ff5af0
setsys: 13.0.0 support
2021-09-17 16:02:49 -04:00
yellows8
4ac0a9ffdc
hidsys: use hosversionBetween
2021-09-17 11:48:09 -04:00
yellows8
8e93933157
hiddbg: hdls 13.0.0 support
2021-09-17 11:23:11 -04:00
yellows8
4ac3b0cec5
hidsys: Check sysver for the removed cmds with 13.0.0.
2021-09-17 01:50:31 -04:00
Sean Maas
960599c4b5
btdrv: fix btdrvRespondToSspRequest for 12.0.0
2021-09-15 12:19:30 -04:00
XorTroll
ade5038282
Fix ldr:ro/ro:1 initialization
2021-09-15 12:18:18 -04:00
fincs
fc2aaefb0f
framebufferCreate: actually set NWindow dimensions ( fix #568 )
2021-09-13 19:01:34 +02:00
Michael Scire
d90afaacde
thread: set arguments/fields before CreateThread
2021-07-20 18:13:10 +02:00
Vicki Pfau
0aba35b3ed
Fix inet_pton by passing in base instead of getting it out ( #557 )
2021-06-24 22:59:28 +02:00
fincs
982aef9ea5
sessionmgr: fix deadlock with multiple waiters ( fix #556 )
2021-06-20 12:39:42 +02:00
ndeadly
373b13b7c0
btm: add BtmDeviceCondition definitions
...
(cherry picked from commit a598dca0e1d8cb4c4f3c053494048832c05a79ed)
(cherry picked from commit 9736386850dc4b987b095a43eceefc469996b2fa)
2021-06-09 21:32:47 +02:00