Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
storage_paths.h
Go to the documentation of this file.
1
5#pragma once
6
7// standard includes
8#include <string>
9#include <string_view>
10
11namespace startup {
12
22 std::string title_scoped_storage_root();
23
33 std::string default_storage_path(std::string_view entryName);
34
35} // namespace startup
std::string default_storage_path(std::string_view entryName)
Return the default storage path for a file or directory under Moonlight-managed storage.
Definition storage_paths.cpp:40
std::string title_scoped_storage_root()
Return the title-scoped storage root used for Xbox save data.
Definition storage_paths.cpp:24