mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Address PR feedback
Removes a useless null check Aligns some values to improve readability
This commit is contained in:
parent
2849e1dc05
commit
4bf59cc7bd
12 changed files with 86 additions and 79 deletions
|
@ -8,7 +8,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
|||
{
|
||||
partial class Methods
|
||||
{
|
||||
private const int NsToTicksFractionNumerator = 384;
|
||||
private const int NsToTicksFractionNumerator = 384;
|
||||
private const int NsToTicksFractionDenominator = 625;
|
||||
|
||||
private ulong _runningCounter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue