mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-15 10:37:04 +00:00
* ts: Migrate service to Horizon project This PR migrate the `ts` service (stored in `ptm`) to the Horizon project: - It stubs all known IPCs. - IpcServer consts are checked by RE. Closes #6480 * Fix args
8 lines
138 B
C#
8 lines
138 B
C#
namespace Ryujinx.Horizon.Sdk.Ts
|
|
{
|
|
enum DeviceCode : uint
|
|
{
|
|
Internal = 0x41000001,
|
|
External = 0x41000002,
|
|
}
|
|
}
|