![]() |
Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
|
Declares error formatting helpers. More...
#include <string>#include <utility>Go to the source code of this file.
Functions | |
| bool | platform::append_error (std::string *errorMessage, std::string message) |
| Store an error message when requested and return false for chaining. | |
Declares error formatting helpers.
|
inline |
Store an error message when requested and return false for chaining.
| errorMessage | Optional destination for the error text. |
| message | Error message to store. |