mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-08 20:19:06 +00:00
misc: chore: Use explicit types in audio projects
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
|
||||
private void UpdateHeader()
|
||||
{
|
||||
var writer = new BinaryWriter(_stream);
|
||||
BinaryWriter writer = new(_stream);
|
||||
|
||||
long currentPos = writer.Seek(0, SeekOrigin.Current);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user