mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
Fixed copy paste error that broke dmntchtEnableFrozenAddress
This commit is contained in:
parent
0fbc0e2f46
commit
990e465b17
@ -590,7 +590,7 @@ Result dmntchtEnableFrozenAddress(u64 address, u64 width, u64 *out_value) {
|
|||||||
raw->magic = SFCI_MAGIC;
|
raw->magic = SFCI_MAGIC;
|
||||||
raw->cmd_id = 65303;
|
raw->cmd_id = 65303;
|
||||||
raw->address = address;
|
raw->address = address;
|
||||||
raw->address = width;
|
raw->width = width;
|
||||||
|
|
||||||
Result rc = serviceIpcDispatch(&g_dmntchtService);
|
Result rc = serviceIpcDispatch(&g_dmntchtService);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user