Make DebugState public and remove AppleHV's DebugState
This commit is contained in:
parent
5a34d80f98
commit
7e4944cc88
2 changed files with 1 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
namespace ARMeilleure.State
|
namespace ARMeilleure.State
|
||||||
{
|
{
|
||||||
enum DebugState
|
public enum DebugState
|
||||||
{
|
{
|
||||||
Running,
|
Running,
|
||||||
Stopping,
|
Stopping,
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
namespace Ryujinx.Cpu.AppleHv
|
|
||||||
{
|
|
||||||
enum DebugState
|
|
||||||
{
|
|
||||||
Running,
|
|
||||||
Stopping,
|
|
||||||
Stopped,
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue