Improvements to audout (#58)
* Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting
This commit is contained in:
parent
92f47d535e
commit
79a5939734
25 changed files with 567 additions and 177 deletions
8
Ryujinx.Audio/PlaybackState.cs
Normal file
8
Ryujinx.Audio/PlaybackState.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.Audio
|
||||
{
|
||||
public enum PlaybackState
|
||||
{
|
||||
Playing = 0,
|
||||
Stopped = 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue