1 2 3 4 5 6 7 8
namespace Ryujinx.Horizon.Sdk.Ts { enum DeviceCode : uint { Internal = 0x41000001, External = 0x41000002, } }