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