mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-10 23:35:47 +00:00
Move solution and projects to src
This commit is contained in:
9
src/ARMeilleure/Translation/PTC/PtcLoadingState.cs
Normal file
9
src/ARMeilleure/Translation/PTC/PtcLoadingState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ARMeilleure.Translation.PTC
|
||||
{
|
||||
public enum PtcLoadingState
|
||||
{
|
||||
Start,
|
||||
Loading,
|
||||
Loaded
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user