missing TODO
This commit is contained in:
parent
1e60f8670b
commit
98858520a6
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,7 @@ namespace Ryujinx.OsHle.Objects.FspSrv
|
|||
return 0;
|
||||
}
|
||||
|
||||
// TODO: Correct error code.
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -119,6 +120,7 @@ namespace Ryujinx.OsHle.Objects.FspSrv
|
|||
return 0;
|
||||
}
|
||||
|
||||
// TODO: Correct error code.
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -137,6 +139,7 @@ namespace Ryujinx.OsHle.Objects.FspSrv
|
|||
return 0;
|
||||
}
|
||||
|
||||
// TODO: Correct error code.
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -155,6 +158,7 @@ namespace Ryujinx.OsHle.Objects.FspSrv
|
|||
return 0;
|
||||
}
|
||||
|
||||
// TODO: Correct error code.
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue