chore: remove repetitive words (#6500)
Signed-off-by: standstaff <zhengxingru@yeah.net>
This commit is contained in:
parent
26026d1357
commit
e19e7622a3
5 changed files with 9 additions and 9 deletions
|
@ -136,7 +136,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
instance.EnumeratePhysicalDevices(out var physicalDevices).ThrowOnError();
|
||||
|
||||
// First we try to pick the the user preferred GPU.
|
||||
// First we try to pick the user preferred GPU.
|
||||
for (int i = 0; i < physicalDevices.Length; i++)
|
||||
{
|
||||
if (IsPreferredAndSuitableDevice(api, physicalDevices[i], surface, preferredGpuId))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue