summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2021-01-03 23:56:15 +0100
committerGitHub <noreply@github.com>2021-01-03 23:56:15 +0100
commit87a892552398ab34e4a5cc1b832ee886a1ff87e9 (patch)
tree8fc6fd1b1d83f3064463cae190eea7a235fbbcf5 /src/core/loader/loader.h
parentMerge pull request #5230 from ReinUsesLisp/vulkan-common (diff)
parentmain: Resolve error string not displaying (diff)
downloadyuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.tar
yuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.tar.gz
yuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.tar.bz2
yuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.tar.lz
yuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.tar.xz
yuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.tar.zst
yuzu-87a892552398ab34e4a5cc1b832ee886a1ff87e9.zip
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r--src/core/loader/loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 36e79e71d..b2e5b13de 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -135,6 +135,7 @@ enum class ResultStatus : u16 {
ErrorINITooManyKIPs,
};
+std::string GetResultStatusString(ResultStatus status);
std::ostream& operator<<(std::ostream& os, ResultStatus status);
/// Interface for loading an application