summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/errors.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-06-12 20:42:04 +0200
committerSubv <subv2112@gmail.com>2018-06-19 02:26:01 +0200
commit5f57a70a7d49af76f54b390cee49bf970880323e (patch)
treef8e0e0e524852d5806d8faf12bdf272f596bfc79 /src/core/file_sys/errors.h
parentMerge pull request #555 from Subv/gpu_sysregs (diff)
downloadyuzu-5f57a70a7d49af76f54b390cee49bf970880323e.tar
yuzu-5f57a70a7d49af76f54b390cee49bf970880323e.tar.gz
yuzu-5f57a70a7d49af76f54b390cee49bf970880323e.tar.bz2
yuzu-5f57a70a7d49af76f54b390cee49bf970880323e.tar.lz
yuzu-5f57a70a7d49af76f54b390cee49bf970880323e.tar.xz
yuzu-5f57a70a7d49af76f54b390cee49bf970880323e.tar.zst
yuzu-5f57a70a7d49af76f54b390cee49bf970880323e.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/errors.h b/src/core/file_sys/errors.h
index 0ed7d2a0c..d3e9a3829 100644
--- a/src/core/file_sys/errors.h
+++ b/src/core/file_sys/errors.h
@@ -11,6 +11,7 @@ namespace FileSys {
namespace ErrCodes {
enum {
NotFound = 1,
+ SaveDataNotFound = 1002,
};
}