mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06:00
misc: chore: Use explicit types in Metal project
This commit is contained in:
@ -49,7 +49,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
if (autoBuffer != null)
|
||||
{
|
||||
int offset = _offset;
|
||||
var buffer = autoBuffer.Get(cbs, offset, _size).Value;
|
||||
MTLBuffer buffer = autoBuffer.Get(cbs, offset, _size).Value;
|
||||
|
||||
return (buffer, offset);
|
||||
}
|
||||
|
Reference in New Issue
Block a user