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