mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-05 10:39:04 +00:00
misc: chore: Use explicit types in CPU project
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Ryujinx.Cpu.AppleHv
|
||||
{
|
||||
// Calculate our time delta in ticks based on the current clock frequency.
|
||||
|
||||
int result = TimeApi.mach_timebase_info(out var timeBaseInfo);
|
||||
int result = TimeApi.mach_timebase_info(out MachTimebaseInfo timeBaseInfo);
|
||||
|
||||
Debug.Assert(result == 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user