2018-10-17 10:15:50 -07:00
|
|
|
namespace Ryujinx.Common.Logging
|
2018-04-13 18:02:24 -07:00
|
|
|
{
|
|
|
|
public enum LogClass
|
|
|
|
{
|
2019-02-11 04:00:32 -08:00
|
|
|
Application,
|
2018-04-13 18:02:24 -07:00
|
|
|
Audio,
|
2020-08-17 18:49:37 -07:00
|
|
|
AudioRenderer,
|
2021-04-13 12:58:47 -07:00
|
|
|
Configuration,
|
2018-04-24 11:57:39 -07:00
|
|
|
Cpu,
|
2018-08-04 14:38:49 -07:00
|
|
|
Font,
|
2019-01-30 18:49:15 -08:00
|
|
|
Emulation,
|
2021-05-05 14:30:29 -07:00
|
|
|
FFmpeg,
|
2018-04-24 11:57:39 -07:00
|
|
|
Gpu,
|
|
|
|
Hid,
|
2020-07-11 20:07:01 -07:00
|
|
|
Host1x,
|
2018-04-13 18:02:24 -07:00
|
|
|
Kernel,
|
|
|
|
KernelIpc,
|
|
|
|
KernelScheduler,
|
|
|
|
KernelSvc,
|
|
|
|
Loader,
|
2020-07-08 21:31:15 -07:00
|
|
|
ModLoader,
|
2020-07-11 20:07:01 -07:00
|
|
|
Nvdec,
|
2020-06-16 11:28:02 -07:00
|
|
|
Ptc,
|
2018-04-13 18:02:24 -07:00
|
|
|
Service,
|
|
|
|
ServiceAcc,
|
|
|
|
ServiceAm,
|
|
|
|
ServiceApm,
|
|
|
|
ServiceAudio,
|
2020-02-05 20:09:59 -08:00
|
|
|
ServiceBcat,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceBsd,
|
Implement Bluetooth, Btm, Hid and Nsd services and calls. (#761)
- Implement `btdrv` service (IBluetoothDriver).
Implement call `InitializeBluetoothLe` for initialize events of `bt` service according to RE.
- Implement `bt` service (IBluetoothUser).
Implement call `RegisterBleEvent` according to RE.
- Add a placeholder for the `btm` service (close #750).
- Implement `btm:u` service (IBtmUser) (close #751).
Implement call `GetCore` according to RE (close #752).
- Implement `IBtmUserCore` and calls `AcquireBleScanEvent`, `AcquireBleConnectionEvent`, `AcquireBleServiceDiscoveryEvent` and `AcquireBleMtuConfigEvent` according to RE.
- Implement `SetPalmaBoostMode` in `IHidServer` according to RE.
- Add stub for `SetIsPalmaAllConnectable` in `IHidServer` because we will not support Palma devices soon.
- Implement `nsd:a` and `nsd:u` service (IManager) (close #755).
Implement call `ResolveEx` according to RE (close #756).
Implement calls `GetSettingName`, `GetEnvironmentIdentifier`, `GetDeviceId`, `DeleteSettings`, `Resolve`, `ReadSaveDataFromFsForTest`, `WriteSaveDataToFsForTest` and `DeleteSaveDataOfFsForTest` according to RE.
2019-09-06 07:58:50 -07:00
|
|
|
ServiceBtm,
|
2018-04-21 21:21:49 -07:00
|
|
|
ServiceCaps,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceFriend,
|
|
|
|
ServiceFs,
|
|
|
|
ServiceHid,
|
2018-10-07 08:12:11 -07:00
|
|
|
ServiceIrs,
|
2019-11-21 04:24:06 -08:00
|
|
|
ServiceLdn,
|
2018-10-09 16:01:49 -07:00
|
|
|
ServiceLdr,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceLm,
|
2018-05-26 13:49:21 -07:00
|
|
|
ServiceMm,
|
2018-06-02 15:46:09 -07:00
|
|
|
ServiceNfp,
|
2020-12-09 18:08:28 -08:00
|
|
|
ServiceNgct,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceNifm,
|
2020-07-26 16:04:08 -07:00
|
|
|
ServiceNim,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceNs,
|
Implement Bluetooth, Btm, Hid and Nsd services and calls. (#761)
- Implement `btdrv` service (IBluetoothDriver).
Implement call `InitializeBluetoothLe` for initialize events of `bt` service according to RE.
- Implement `bt` service (IBluetoothUser).
Implement call `RegisterBleEvent` according to RE.
- Add a placeholder for the `btm` service (close #750).
- Implement `btm:u` service (IBtmUser) (close #751).
Implement call `GetCore` according to RE (close #752).
- Implement `IBtmUserCore` and calls `AcquireBleScanEvent`, `AcquireBleConnectionEvent`, `AcquireBleServiceDiscoveryEvent` and `AcquireBleMtuConfigEvent` according to RE.
- Implement `SetPalmaBoostMode` in `IHidServer` according to RE.
- Add stub for `SetIsPalmaAllConnectable` in `IHidServer` because we will not support Palma devices soon.
- Implement `nsd:a` and `nsd:u` service (IManager) (close #755).
Implement call `ResolveEx` according to RE (close #756).
Implement calls `GetSettingName`, `GetEnvironmentIdentifier`, `GetDeviceId`, `DeleteSettings`, `Resolve`, `ReadSaveDataFromFsForTest`, `WriteSaveDataToFsForTest` and `DeleteSaveDataOfFsForTest` according to RE.
2019-09-06 07:58:50 -07:00
|
|
|
ServiceNsd,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceNv,
|
2020-11-19 14:56:23 -08:00
|
|
|
ServiceOlsc,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServicePctl,
|
|
|
|
ServicePl,
|
2018-04-21 16:04:43 -07:00
|
|
|
ServicePrepo,
|
2018-10-20 23:01:22 -07:00
|
|
|
ServicePsm,
|
2020-04-27 18:44:29 -07:00
|
|
|
ServicePtm,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceSet,
|
|
|
|
ServiceSfdnsres,
|
|
|
|
ServiceSm,
|
2018-06-02 15:46:09 -07:00
|
|
|
ServiceSsl,
|
2018-04-13 18:02:24 -07:00
|
|
|
ServiceSss,
|
|
|
|
ServiceTime,
|
2020-04-21 21:10:27 -07:00
|
|
|
ServiceVi,
|
2020-07-11 20:07:01 -07:00
|
|
|
SurfaceFlinger,
|
2021-03-27 07:12:05 -07:00
|
|
|
TamperMachine,
|
2020-07-11 20:07:01 -07:00
|
|
|
Vic
|
2018-04-13 18:02:24 -07:00
|
|
|
}
|
Implement Bluetooth, Btm, Hid and Nsd services and calls. (#761)
- Implement `btdrv` service (IBluetoothDriver).
Implement call `InitializeBluetoothLe` for initialize events of `bt` service according to RE.
- Implement `bt` service (IBluetoothUser).
Implement call `RegisterBleEvent` according to RE.
- Add a placeholder for the `btm` service (close #750).
- Implement `btm:u` service (IBtmUser) (close #751).
Implement call `GetCore` according to RE (close #752).
- Implement `IBtmUserCore` and calls `AcquireBleScanEvent`, `AcquireBleConnectionEvent`, `AcquireBleServiceDiscoveryEvent` and `AcquireBleMtuConfigEvent` according to RE.
- Implement `SetPalmaBoostMode` in `IHidServer` according to RE.
- Add stub for `SetIsPalmaAllConnectable` in `IHidServer` because we will not support Palma devices soon.
- Implement `nsd:a` and `nsd:u` service (IManager) (close #755).
Implement call `ResolveEx` according to RE (close #756).
Implement calls `GetSettingName`, `GetEnvironmentIdentifier`, `GetDeviceId`, `DeleteSettings`, `Resolve`, `ReadSaveDataFromFsForTest`, `WriteSaveDataToFsForTest` and `DeleteSaveDataOfFsForTest` according to RE.
2019-09-06 07:58:50 -07:00
|
|
|
}
|