Ryujinx/.github/ISSUE_TEMPLATE/missing_service_call.md
Ac_K 8106bf65d9
Add Issue Templates (#1456)
* Add Issue Templates

This disable the creation of empty issues and adds some templates when one is opened.
A link to our discord is directly added to the issue templates list.

Thanks EmulationFanatic for the proof reading.

* fix copy paste

* Fix name
2020-08-07 10:52:03 -03:00

1.6 KiB

name about
Missing Service Call Service call is missing in Ryujinx.

Missing Service Call

[ If any section does not apply, replace its contents with "N/A". ]
[ If you do not have the information needed for a section, replace its contents with "Unknown". ]
[ Lines between [ ] (square brackets) are to be removed before posting. ]

[ Please search for existing missing service call before you make your own issue. ]
[ See the following issue as an example ]
[ Duplicate issue will be marked as such and you will be referred to the original request. ]

What service call is missing?

SERVICE INTERFACE: NUMBER (NAME) is not implemented.
[ Replace SERVICE by the service name, e.g. appletAE ]
[ Replace INTERFACE by the interface name, e.g. IAllSystemAppletProxiesService ]
[ Replace NUMBER by the call number, e.g. 100 ]
[ Replace NAME by the call name, e.g. OpenSystemAppletProxy ]
[ e.g. appletAE IAllSystemAppletProxiesService: 100 (OpenSystemAppletProxy) ]

[ Add related links to the specific call from Switchbrew and/or SwIPC ]

Service description

*

[ Include the description/explanation from Switchbrew and/or SwIPC in the above code block ]

Required by:

[ Add our (games list database)[https://github.com/Ryujinx/Ryujinx-Games-List/issues] links of games who require this call ]