summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SDCardUtil.h
blob: 61199087b5fcaab62a600bba39446087c895e278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2008 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

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

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