2014-02-10 13:54:46 -05: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 13:54:46 -05:00
|
|
|
#pragma once
|
2009-04-22 17:06:26 +00:00
|
|
|
|
2013-10-17 00:32:18 -04: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);
|