SDCardUtil: Namespace SDCardUtil

Brings yet another header in the common library under the Common
namespace.
This commit is contained in:
Lioncash 2018-05-11 09:16:30 -04:00
commit 3b0139b258
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
3 changed files with 7 additions and 1 deletions

View file

@ -7,4 +7,7 @@
#include <string>
#include "Common/CommonTypes.h"
namespace Common
{
bool SDCardCreate(u64 disk_size /*in MB*/, const std::string& filename);
} // namespace Common