summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SDCardUtil.h
blob: 64670aa9a9376a9eed8bea43742e5e760f5d4acc (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
#include "Common/CommonTypes.h"

bool SDCardCreate(u64 disk_size /*in MB*/, const std::string& filename);