Audio: Fix styling nits
This commit is contained in:
parent
59b602fb96
commit
db515f5cc1
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ namespace Ryujinx.Audio
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
SoundIO context = null;
|
SoundIO context = null;
|
||||||
SoundIODevice device = null;
|
SoundIODevice device = null;
|
||||||
SoundIOOutStream stream = null;
|
SoundIOOutStream stream = null;
|
||||||
bool backendDisconnected = false;
|
bool backendDisconnected = false;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue