Remove unneeded enum underlying types

This commit is contained in:
Alex Barney
2018-12-01 14:35:47 -06:00
parent 1cfda3484d
commit 3a02739519
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
{
enum MemoryPoolState : int
enum MemoryPoolState
{
Invalid = 0,
Unknown = 1,