Some more corrections

This commit is contained in:
XorTroll 2020-04-16 19:07:56 +02:00
parent b629594155
commit 797028398c
2 changed files with 3 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Result miiDatabaseIsUpdated(MiiDatabase *db, bool *out_updated, MiiSourceFlag fl
/**
* @brief Returns whether the mii database is full.
* @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);

View File

@ -5,6 +5,8 @@
* @copyright libnx Authors
*/
#pragma once
#include "../types.h"
#include "../sf/service.h"
#include "../services/mii.h"
/// Image ID.