mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 05:27:11 +02:00
misc: chore: Use string.Empty in more places where it's snuck back
This commit is contained in:
parent
191e158289
commit
2acc43e968
10 changed files with 24 additions and 21 deletions
|
@ -76,7 +76,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
return model;
|
||||
}
|
||||
|
||||
return "";
|
||||
return string.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue