mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 12:52:21 -05:00
Inheritance list should not be redundant (#5230)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum Status : int
|
||||
enum Status
|
||||
{
|
||||
Success = 0,
|
||||
WouldBlock = -11,
|
||||
|
||||
Reference in New Issue
Block a user