mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 06:02:15 +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
110 B
C#
8 lines
110 B
C#
namespace Ryujinx.Horizon.Sdk.Ts
|
|
{
|
|
enum Location : byte
|
|
{
|
|
Internal,
|
|
External,
|
|
}
|
|
}
|