mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Some more corrections
This commit is contained in:
parent
b629594155
commit
797028398c
@ -140,7 +140,7 @@ Result miiDatabaseIsUpdated(MiiDatabase *db, bool *out_updated, MiiSourceFlag fl
|
|||||||
/**
|
/**
|
||||||
* @brief Returns whether the mii database is full.
|
* @brief Returns whether the mii database is full.
|
||||||
* @param[in] db Database.
|
* @param[in] db Database.
|
||||||
* @param[out] out_full Whether the mii database is updated.
|
* @param[out] out_full Whether the mii database is full.
|
||||||
*/
|
*/
|
||||||
Result miiDatabaseIsFull(MiiDatabase *db, bool *out_full);
|
Result miiDatabaseIsFull(MiiDatabase *db, bool *out_full);
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
* @copyright libnx Authors
|
* @copyright libnx Authors
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include "../types.h"
|
||||||
|
#include "../sf/service.h"
|
||||||
#include "../services/mii.h"
|
#include "../services/mii.h"
|
||||||
|
|
||||||
/// Image ID.
|
/// Image ID.
|
||||||
|
Loading…
Reference in New Issue
Block a user