ryubing-ryujinx/src/Ryujinx.Horizon/Sdk/Ts/Location.cs
Ac_K 6d28b64312
ts: Migrate service to Horizon project (#6514)
* 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
2024-04-05 15:45:43 -03:00

8 lines
110 B
C#

namespace Ryujinx.Horizon.Sdk.Ts
{
enum Location : byte
{
Internal,
External,
}
}