mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 04:37:49 +02:00
Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.Ava/UI/Helpers/UserResult.cs
Normal file
12
src/Ryujinx.Ava/UI/Helpers/UserResult.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Ava.UI.Helpers
|
||||
{
|
||||
public enum UserResult
|
||||
{
|
||||
Ok,
|
||||
Yes,
|
||||
No,
|
||||
Abort,
|
||||
Cancel,
|
||||
None,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user