mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-25 01:42:22 -05:00
HLE: misc: throw a more descriptive error when the loaded processes doesn't contain _latestPid (likely missing FW)
This commit is contained in:
10
src/Ryujinx.Common/RyujinxException.cs
Normal file
10
src/Ryujinx.Common/RyujinxException.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Common
|
||||
{
|
||||
public class RyujinxException : Exception
|
||||
{
|
||||
public RyujinxException(string message) : base(message)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user