SDCardUtil.h 250 B

1234567891011
  1. // Copyright 2008 Dolphin Emulator Project
  2. // Licensed under GPLv2+
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include <string>
  6. #include "Common/CommonTypes.h"
  7. bool SDCardCreate(u64 disk_size /*in MB*/, const std::string& filename);