Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
shell_screen.h
Go to the documentation of this file.
1
5#pragma once
6
7// nxdk includes
8#include <hal/video.h>
9
10// local includes
12
13struct SDL_Window;
14
15namespace ui {
16
25 int run_shell(
26 SDL_Window *window,
27 const VIDEO_MODE &videoMode,
28 app::ClientState &state
29 );
30
31} // namespace ui
Declares client state models and transitions.
int run_shell(SDL_Window *window, const VIDEO_MODE &videoMode, app::ClientState &state)
Run the interactive SDL shell after startup completes.
Definition shell_screen.cpp:4749
Serializable app state for the menu-driven client shell.
Definition client_state.h:335