mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-26 15:09:17 +00:00
Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Translation/PTC/PtcState.cs
Normal file
10
src/ARMeilleure/Translation/PTC/PtcState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Translation.PTC
|
||||
{
|
||||
enum PtcState
|
||||
{
|
||||
Enabled,
|
||||
Continuing,
|
||||
Closing,
|
||||
Disabled
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user