mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 03:07:11 +02:00
misc: chore: Use explicit types in Tests projects
This commit is contained in:
parent
93539e7d45
commit
250acab7a7
8 changed files with 60 additions and 57 deletions
|
@ -53,7 +53,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
bool methodCalled = false;
|
||||
bool isFz = false;
|
||||
|
||||
var method = TranslatorTestMethods.GenerateFpFlagsPInvokeTest();
|
||||
TranslatorTestMethods.FpFlagsPInvokeTest method = TranslatorTestMethods.GenerateFpFlagsPInvokeTest();
|
||||
|
||||
// This method sets flush-to-zero and then calls the managed method.
|
||||
// Before and after setting the flags, it ensures subnormal addition works as expected.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue