pgl: implement LaunchProgramFromHost, GetHostContentMetaInfo

This commit is contained in:
Michael Scire
2020-04-16 08:13:46 -07:00
parent 3b639b604d
commit cfe0597385
4 changed files with 383 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
namespace ams::pgl {
enum LaunchFlags : u8 {
LaunchFlags_None = 0,
LaunchFlags_EnableDetailedCrashReport = (1 << 0),
LaunchFlags_EnableCrashReportScreenShotForProduction = (1 << 1),
LaunchFlags_EnableCrashReportScreenShotForDevelop = (1 << 2),