From cee712105850ac3385cd0091a923438167433f9f Mon Sep 17 00:00:00 2001
From: TSR Berry <20988865+TSRBerry@users.noreply.github.com>
Date: Sat, 8 Apr 2023 01:22:00 +0200
Subject: Move solution and projects to src
---
Ryujinx.Ui.Common/UserError.cs | 39 ---------------------------------------
1 file changed, 39 deletions(-)
delete mode 100644 Ryujinx.Ui.Common/UserError.cs
(limited to 'Ryujinx.Ui.Common/UserError.cs')
diff --git a/Ryujinx.Ui.Common/UserError.cs b/Ryujinx.Ui.Common/UserError.cs
deleted file mode 100644
index f4cfa26d..00000000
--- a/Ryujinx.Ui.Common/UserError.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-namespace Ryujinx.Ui.Common
-{
- ///
- /// Represent a common error that could be reported to the user by the emulator.
- ///
- public enum UserError
- {
- ///
- /// No error to report.
- ///
- Success = 0x0,
-
- ///
- /// No keys are present.
- ///
- NoKeys = 0x1,
-
- ///
- /// No firmware is installed.
- ///
- NoFirmware = 0x2,
-
- ///
- /// Firmware parsing failed.
- ///
- /// Most likely related to keys.
- FirmwareParsingFailed = 0x3,
-
- ///
- /// No application was found at the given path.
- ///
- ApplicationNotFound = 0x4,
-
- ///
- /// An unknown error.
- ///
- Unknown = 0xDEAD
- }
-}
\ No newline at end of file
--
cgit v1.2.3