mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 01:23:15 -04:00
9 lines
198 B
C++
9 lines
198 B
C++
#pragma once
|
|
#include <optional>
|
|
#include <string>
|
|
|
|
#include "Constants.hpp"
|
|
|
|
namespace aurora::card {
|
|
std::string ResolveDolphinCardPath(ECardSlot slot, const char* regionCode, bool isGciFolder);
|
|
} |