mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-06 15:39:28 +02:00
Merge pull request #6 from WerWolv/master
Fixed copy paste error that broke dmntchtEnableFrozenAddress
This commit is contained in:
commit
4eaed1c187
@ -590,7 +590,7 @@ Result dmntchtEnableFrozenAddress(u64 address, u64 width, u64 *out_value) {
|
||||
raw->magic = SFCI_MAGIC;
|
||||
raw->cmd_id = 65303;
|
||||
raw->address = address;
|
||||
raw->address = width;
|
||||
raw->width = width;
|
||||
|
||||
Result rc = serviceIpcDispatch(&g_dmntchtService);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user