From e485ee049d8d9418f3bdceed8d3342cc09977f50 Mon Sep 17 00:00:00 2001
From: emmauss <emmausssss@gmail.com>
Date: Sun, 12 Jan 2020 02:10:55 +0000
Subject: System firmware installer (#791)

* firmware installer

* Add directory installation option and fix 9.x support for directory

* Fix missing system font error while installing for the first time

* Address code style comments

* Create and use InvalidFirmwarePackageException

* Fix LDj3SNuD's comments

* addressed alex's comments

* add label to status bar to show current firmware version

Co-authored-by: Thog <thog@protonmail.com>
---
 Ryujinx.HLE/Exceptions/InvalidFirmwarePackageException.cs | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 Ryujinx.HLE/Exceptions/InvalidFirmwarePackageException.cs

(limited to 'Ryujinx.HLE/Exceptions/InvalidFirmwarePackageException.cs')

diff --git a/Ryujinx.HLE/Exceptions/InvalidFirmwarePackageException.cs b/Ryujinx.HLE/Exceptions/InvalidFirmwarePackageException.cs
new file mode 100644
index 00000000..bddd827a
--- /dev/null
+++ b/Ryujinx.HLE/Exceptions/InvalidFirmwarePackageException.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace Ryujinx.HLE.Exceptions
+{
+    class InvalidFirmwarePackageException : Exception
+    {
+        public InvalidFirmwarePackageException(string message) : base(message) { }
+    }
+}
-- 
cgit v1.2.3-70-g09d2