pgl: update for 11.0.0

This commit is contained in:
Michael Scire 2020-11-30 21:47:18 -08:00 committed by SciresM
parent 20eba0dc98
commit 694e3b579e
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);