2014-02-10 18:54:46 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2009-04-22 17:06:26 +00:00
|
|
|
|
2014-02-10 18:54:46 +00:00
|
|
|
#pragma once
|
2009-04-22 17:06:26 +00:00
|
|
|
|
2013-10-17 04:32:18 +00:00
|
|
|
#include "CommonTypes.h"
|
2009-04-22 17:06:26 +00:00
|
|
|
|
2011-02-28 20:40:15 +00:00
|
|
|
bool SDCardCreate(u64 disk_size /*in MB*/, const char* filename);
|