Move InvalidSystemResourceException with the other Exceptions (#794)

* Move InvalidSystemResourceException with the other

`InvalidSystemResourceException.cs` was in `Ryujinx.HLE/Resource` who didn't make sense since it's the only file in the folder, and other exceptions class are in `Ryujinx.HLE/Exceptions`.

* Fix empty lines
This commit is contained in:
Ac_K 2019-10-16 02:30:36 +02:00 committed by jduncanator
parent 17d3c75df4
commit c0fe6cdca0
4 changed files with 12 additions and 15 deletions

View file

@ -1,11 +1,12 @@
using LibHac.Fs;
using LibHac.Fs.NcaUtils;
using Ryujinx.Common;
using Ryujinx.HLE.Exceptions;
using Ryujinx.HLE.FileSystem;
using Ryujinx.HLE.FileSystem.Content;
using Ryujinx.HLE.Resource;
using System.Collections.Generic;
using System.IO;
using static Ryujinx.HLE.Utilities.FontUtils;
namespace Ryujinx.HLE.HOS.Font