mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
fusee-secondary: Fix arg names in raw_dev
This commit is contained in:
parent
3cb60b324b
commit
88294116b8
@ -24,7 +24,7 @@
|
||||
|
||||
#define RAWDEV_MAX_DEVICES 16
|
||||
|
||||
int rawdev_mount_device(const char *name, const device_partition_t *device, bool mount_immediately);
|
||||
int rawdev_mount_device(const char *name, const device_partition_t *devpart, bool initialize_immediately);
|
||||
int rawdev_register_device(const char *name);
|
||||
|
||||
int rawdev_unregister_device(const char *name);
|
||||
|
Loading…
Reference in New Issue
Block a user