Make DebugState public and remove AppleHV's DebugState

This commit is contained in:
svc64 2023-08-08 21:37:11 +03:00
parent 5a34d80f98
commit 7e4944cc88
2 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,6 @@
namespace ARMeilleure.State
{
enum DebugState
public enum DebugState
{
Running,
Stopping,

View File

@ -1,9 +0,0 @@
namespace Ryujinx.Cpu.AppleHv
{
enum DebugState
{
Running,
Stopping,
Stopped,
}
}