0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/Ryujinx.Horizon.Kernel.Generators/Kernel
ACGNnsj 460f96967d
Slight Code Refactoring (#4373)
* Simplify return statements by using ternary expressions

* Remove a redundant type conversion

* Reduce nesting by inverting "if" statements

* Try to improve code readability by using LINQ and inverting "if" statements

* Try to improve code readability by using LINQ, using ternary expressions, and inverting "if" statements

* Add line breaks to long LINQ

* Add line breaks to long LINQ
2023-03-28 14:59:43 +02:00
..
SyscallGenerator.cs Slight Code Refactoring (#4373) 2023-03-28 14:59:43 +02:00
SyscallSyntaxReceiver.cs Slight Code Refactoring (#4373) 2023-03-28 14:59:43 +02:00