mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 18:27:43 +02:00
8 lines
No EOL
122 B
C#
8 lines
No EOL
122 B
C#
namespace Ryujinx.Core.OsHle.Services.Am
|
|
{
|
|
enum OperationMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
} |