Revert "Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)"

This reverts merge request !47
This commit is contained in:
GreemDev
2025-06-15 20:45:26 -05:00
parent faf9e3cdd7
commit 77a797f154
307 changed files with 1245 additions and 1016 deletions

View File

@@ -233,8 +233,6 @@ namespace Ryujinx.Horizon.Sdk.Audio.Detail
return Result.Success;
}
// Remove this pragma warning when the methods are implemented
#pragma warning disable CA1822 // Mark members as static
[CmifCommand(15)] // 17.0.0+
public Result AcquireAudioOutputDeviceNotification([CopyHandle] out int eventHandle, ulong deviceId)
{
@@ -276,7 +274,6 @@ namespace Ryujinx.Horizon.Sdk.Audio.Detail
return AudioResult.NotImplemented;
}
#pragma warning restore CA1822 // Mark members as static
protected virtual void Dispose(bool disposing)
{