2018-10-17 12:15:50 -05:00
|
|
|
namespace Ryujinx.Common.Logging
|
2018-04-13 20:02:24 -05:00
|
|
|
{
|
|
|
|
public enum LogClass
|
|
|
|
{
|
2019-02-11 06:00:32 -06:00
|
|
|
Application,
|
2018-04-13 20:02:24 -05:00
|
|
|
Audio,
|
2020-08-17 20:49:37 -05:00
|
|
|
AudioRenderer,
|
2021-04-13 14:58:47 -05:00
|
|
|
Configuration,
|
2018-04-24 13:57:39 -05:00
|
|
|
Cpu,
|
2018-08-04 16:38:49 -05:00
|
|
|
Font,
|
2019-01-30 20:49:15 -06:00
|
|
|
Emulation,
|
2021-05-05 16:30:29 -05:00
|
|
|
FFmpeg,
|
2018-04-24 13:57:39 -05:00
|
|
|
Gpu,
|
|
|
|
Hid,
|
2020-07-11 22:07:01 -05:00
|
|
|
Host1x,
|
2018-04-13 20:02:24 -05:00
|
|
|
Kernel,
|
|
|
|
KernelIpc,
|
|
|
|
KernelScheduler,
|
|
|
|
KernelSvc,
|
|
|
|
Loader,
|
2020-07-08 23:31:15 -05:00
|
|
|
ModLoader,
|
2020-07-11 22:07:01 -05:00
|
|
|
Nvdec,
|
2020-06-16 13:28:02 -05:00
|
|
|
Ptc,
|
2018-04-13 20:02:24 -05:00
|
|
|
Service,
|
|
|
|
ServiceAcc,
|
|
|
|
ServiceAm,
|
|
|
|
ServiceApm,
|
|
|
|
ServiceAudio,
|
2020-02-05 22:09:59 -06:00
|
|
|
ServiceBcat,
|
2018-04-13 20:02:24 -05: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 09:58:50 -05:00
|
|
|
ServiceBtm,
|
2018-04-21 23:21:49 -05:00
|
|
|
ServiceCaps,
|
2022-10-02 03:30:46 -05:00
|
|
|
ServiceFatal,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceFriend,
|
|
|
|
ServiceFs,
|
|
|
|
ServiceHid,
|
2018-10-07 10:12:11 -05:00
|
|
|
ServiceIrs,
|
2019-11-21 06:24:06 -06:00
|
|
|
ServiceLdn,
|
2018-10-09 18:01:49 -05:00
|
|
|
ServiceLdr,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceLm,
|
2021-06-28 13:54:45 -05:00
|
|
|
ServiceMii,
|
2018-05-26 15:49:21 -05:00
|
|
|
ServiceMm,
|
2022-02-17 19:00:06 -06:00
|
|
|
ServiceMnpp,
|
2021-06-23 18:05:40 -05:00
|
|
|
ServiceNfc,
|
2018-06-02 17:46:09 -05:00
|
|
|
ServiceNfp,
|
2020-12-09 20:08:28 -06:00
|
|
|
ServiceNgct,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceNifm,
|
2020-07-26 18:04:08 -05:00
|
|
|
ServiceNim,
|
2018-04-13 20:02:24 -05: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 09:58:50 -05:00
|
|
|
ServiceNsd,
|
2022-03-14 22:07:07 -05:00
|
|
|
ServiceNtc,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceNv,
|
2020-11-19 16:56:23 -06:00
|
|
|
ServiceOlsc,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServicePctl,
|
2021-09-28 18:03:35 -05:00
|
|
|
ServicePcv,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServicePl,
|
2018-04-21 18:04:43 -05:00
|
|
|
ServicePrepo,
|
2018-10-21 01:01:22 -05:00
|
|
|
ServicePsm,
|
2020-04-27 20:44:29 -05:00
|
|
|
ServicePtm,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceSet,
|
|
|
|
ServiceSfdnsres,
|
|
|
|
ServiceSm,
|
2018-06-02 17:46:09 -05:00
|
|
|
ServiceSsl,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceSss,
|
|
|
|
ServiceTime,
|
2020-04-21 23:10:27 -05:00
|
|
|
ServiceVi,
|
2020-07-11 22:07:01 -05:00
|
|
|
SurfaceFlinger,
|
2021-03-27 09:12:05 -05:00
|
|
|
TamperMachine,
|
2020-07-11 22:07:01 -05:00
|
|
|
Vic
|
2018-04-13 20:02:24 -05: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 09:58:50 -05:00
|
|
|
}
|