Update EmbeddedResources.cs
This commit is contained in:
parent
baaff04586
commit
b4eea8c33e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ namespace Ryujinx.Common
|
|||
|
||||
public async static Task<string> ReadAllTextAsync(Assembly assembly, string filename)
|
||||
{
|
||||
await using var stream = GetStream(assembly, filename);
|
||||
using var stream = GetStream(assembly, filename);
|
||||
if (stream == null)
|
||||
{
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue