Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
os.h
Go to the documentation of this file.
1
5#pragma once
6
7inline constexpr auto PATH_SEP = "\\";
8inline constexpr auto DATA_PATH = "D:\\";
constexpr auto DATA_PATH
Root data partition used for persisted Moonlight files on Xbox.
Definition os.h:8
constexpr auto PATH_SEP
Preferred path separator for persisted Xbox paths.
Definition os.h:7