mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-05-02 06:50:51 -07: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
9 lines
138 B
C#
9 lines
138 B
C#
namespace Ryujinx.Horizon.Sdk.Ts
|
|
{
|
|
enum DeviceCode : uint
|
|
{
|
|
Internal = 0x41000001,
|
|
External = 0x41000002,
|
|
}
|
|
}
|