pgl: update for 11.0.0

This commit is contained in:
Michael Scire
2020-11-30 21:47:18 -08:00
parent ac6fc7b965
commit 1352690ece
4 changed files with 9 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ namespace ams::pgl {
R_DEFINE_NAMESPACE_RESULT_MODULE(228);
R_DEFINE_ERROR_RESULT(NotImplemented, 1);
R_DEFINE_ERROR_RESULT(NotAvailable, 2);
R_DEFINE_ERROR_RESULT(ApplicationNotRunning, 3);
R_DEFINE_ERROR_RESULT(BufferNotEnough, 4);