mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
smc_api: Add missing parameter name to smc_get_result
This commit is contained in:
parent
74827b4fb7
commit
8e4ab5f416
@ -229,7 +229,7 @@ uint32_t smc_check_status(smc_args_t *args) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t smc_get_result(smc_args_t *) {
|
uint32_t smc_get_result(smc_args_t *args) {
|
||||||
uint32_t status;
|
uint32_t status;
|
||||||
unsigned char result_buf[0x400];
|
unsigned char result_buf[0x400];
|
||||||
upage_ref_t page_ref;
|
upage_ref_t page_ref;
|
||||||
|
Loading…
Reference in New Issue
Block a user