mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-19 18:16:54 +02:00
Inheritance list should not be redundant (#5230)
This commit is contained in:
parent
82f90704a0
commit
32d21ddf17
20 changed files with 24 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum NativeWindowApi : int
|
||||
enum NativeWindowApi
|
||||
{
|
||||
NoApi = 0,
|
||||
NVN = 1,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum Status : int
|
||||
enum Status
|
||||
{
|
||||
Success = 0,
|
||||
WouldBlock = -11,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue