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.Nv.NvDrvServices
|
||||
{
|
||||
enum NvInternalResult : int
|
||||
enum NvInternalResult
|
||||
{
|
||||
Success = 0,
|
||||
OperationNotPermitted = -1,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvMap
|
||||
{
|
||||
enum NvMapHandleParam : int
|
||||
enum NvMapHandleParam
|
||||
{
|
||||
Size = 1,
|
||||
Align = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue