From 80665865069c9aeffc06933a36e7f7e1a39795c7 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 29 Mar 2020 15:24:40 -0700 Subject: [PATCH] stratosphere: fix building with latest libnx --- libvapours/include/vapours/results/pm_results.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvapours/include/vapours/results/pm_results.hpp b/libvapours/include/vapours/results/pm_results.hpp index 46d06c27..84d7dfc1 100644 --- a/libvapours/include/vapours/results/pm_results.hpp +++ b/libvapours/include/vapours/results/pm_results.hpp @@ -23,7 +23,7 @@ namespace ams::pm { R_DEFINE_ERROR_RESULT(ProcessNotFound, 1); R_DEFINE_ERROR_RESULT(AlreadyStarted, 2); - R_DEFINE_ERROR_RESULT(NotExited, 3); + R_DEFINE_ERROR_RESULT(NotTerminated, 3); R_DEFINE_ERROR_RESULT(DebugHookInUse, 4); R_DEFINE_ERROR_RESULT(ApplicationRunning, 5); R_DEFINE_ERROR_RESULT(InvalidSize, 6);