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
11
#include "
src/app/client_state.h
"
12
13
struct
SDL_Window;
14
15
namespace
ui {
16
25
int
run_shell
(
26
SDL_Window *window,
27
const
VIDEO_MODE &videoMode,
28
app::ClientState
&state
29
);
30
31
}
// namespace ui
client_state.h
Declares client state models and transitions.
ui::run_shell
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
app::ClientState
Serializable app state for the menu-driven client shell.
Definition
client_state.h:335
src
ui
shell_screen.h
Generated by
1.12.0