fix (libnx): removed '#' that threw a compiler error xD
This commit is contained in:
parent
d5ed088f54
commit
5663ddbdd5
|
@ -112,7 +112,7 @@ uint64_t nx_drv_register(uint64_t fd) {
|
|||
}
|
||||
|
||||
uint64_t nx_drv_init(void* conf) {
|
||||
return syscall_perform(NX_DRV_INIT, (uint64_t#)conf, 0, 0, 0);
|
||||
return syscall_perform(NX_DRV_INIT, (uint64_t)conf, 0, 0, 0);
|
||||
}
|
||||
|
||||
uint64_t nx_drv_create_command_buffer(void* addr, uint64_t len) {
|
||||
|
|
Loading…
Reference in New Issue