missing_cpu_instruction.yml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. name: Missing CPU Instruction
  2. description: CPU Instruction is missing in Ryujinx.
  3. body:
  4. - type: checkboxes
  5. attributes:
  6. label: Is there an existing issue for this?
  7. description: Please search for existing missing CPU instruction
  8. options:
  9. - label: I have searched the existing issues
  10. required: true
  11. - type: textarea
  12. id: instruction
  13. attributes:
  14. label: CPU instruction
  15. description: What CPU instruction is missing?
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: name
  20. attributes:
  21. label: Instruction name
  22. description: Include the name from [armconverter.com](https://armconverter.com/?disasm) or [shell-storm.org](http://shell-storm.org/online/Online-Assembler-and-Disassembler/?arch=arm64&endianness=big&dis_with_raw=True&dis_with_ins=True) in the above code block
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: required
  27. attributes:
  28. label: Required by
  29. description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
  30. validations:
  31. required: true