Ac_K

Results 19 issues of Ac_K

This PR stub some calls in `am` service: - ISelfController: SetWirelessPriorityMode, SaveCurrentScreenshot (Partially checked by RE). - ICommonStateGetter: GetHdcpAuthenticationState Close #1831 and close #3527

stub
service:am

## Pokken Tournament DX #### Game Update Version : 1.3.3 #### Current on `master` : 1.1.209 #### Graphics Backend : Vulkan and OpenGL On Vulkan, loads and plays at a...

status-playable
nvdec
ldn-works
opengl-backend-bug
LAN
amd-vendor-bug
intel-vendor-bug

This PR adds a basic implementation of fatal service, guest processes call it when there is something wrong. But since we can already have all informations by debugging it's not...

service-implementation
service:fatal

Since https://github.com/Ryujinx/Ryujinx/pull/2006 is merged, there is still some things to do: - [x] Hyrule Warriors: Definitive Edition ask for `Ryujinx.HLE.HOS.Services.Nfc.IUserManager: 0` which have to be implemented. - [ ] Add...

enhancement
not-implemented
service:nfc

This PR cleanup the full HLE project, services will cleaned up later: - header `using` cleaned and sorted. - `Class name = new Class()` -> `Class name = new()`. -...

enhancement
horizon

Since we now using Crowdin to handle locale translation, it could be nice to informs people somewhere. ![image](https://user-images.githubusercontent.com/4905390/205354217-66a84c38-2f43-49cb-af52-54d245d56b8d.png)

miscellaneous

Closes #3499

enhancement
gui

We currently add all AoC items to a list in `ContentManager` and the enable check is only done when FS service ask for the data. Which is wrong. It causes...

horizon
fix

Closes #4021 Check a bit by RE. Now Hulu can boot and then throw an error 94 probably due to a wrong socket implementation. ![image](https://user-images.githubusercontent.com/4905390/206081271-89ffdee2-03f6-4896-9a44-1d1016819ed4.png) ![image](https://user-images.githubusercontent.com/4905390/206081281-d2e9518d-bc37-4d22-b55d-e9e02cbf855e.png)

stub
service:am

This PR change 3 things: - The Menu font size is reduced to follow what any other application do (We could do it as a settings later). - Status Bar...

gui
fix