mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 10:18:30 +12:00
Add support for non portable mode (#356)
This commit is contained in:
parent
2b9edced81
commit
d6ba61cf64
38 changed files with 233 additions and 163 deletions
|
@ -38,14 +38,6 @@ struct NetworkConfig {
|
|||
void Save(XMLConfigParser& parser);
|
||||
|
||||
static bool XMLExists();
|
||||
private:
|
||||
inline static fs::path s_path;
|
||||
inline static fs::path s_full_path;
|
||||
[[nodiscard]] static fs::path GetPath(std::string_view p)
|
||||
{
|
||||
std::basic_string_view<char8_t> s((const char8_t*)p.data(), p.size());
|
||||
return s_path / fs::path(s);
|
||||
}
|
||||
};
|
||||
|
||||
struct NintendoURLs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue