mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
SDCardUtil: Namespace SDCardUtil
Brings yet another header in the common library under the Common namespace.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user