Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs
Normal file
9
src/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Audio.Backends.OpenAL
|
||||
{
|
||||
class OpenALAudioBuffer
|
||||
{
|
||||
public int BufferId;
|
||||
public ulong DriverIdentifier;
|
||||
public ulong SampleCount;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user