delete error line
This commit is contained in:
parent
b70b48373b
commit
8601db307d
1 changed files with 0 additions and 3 deletions
|
@ -68,8 +68,6 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||||
|
|
||||||
Logging.Stub(LogClass.ServiceAudio, $"Volume = {Volume}, Position = {Position}, Size = {Size}");
|
Logging.Stub(LogClass.ServiceAudio, $"Volume = {Volume}, Position = {Position}, Size = {Size}");
|
||||||
|
|
||||||
<<<<<<< HEAD:Ryujinx.Core/OsHle/Services/Aud/IAudioDeviceService.cs
|
|
||||||
=======
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,7 +88,6 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||||
|
|
||||||
Logging.Stub(LogClass.ServiceAudio, "Stubbed");
|
Logging.Stub(LogClass.ServiceAudio, "Stubbed");
|
||||||
|
|
||||||
>>>>>>> upstream/master:Ryujinx.Core/OsHle/Services/Aud/IAudioDeviceService.cs
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue