mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:52:25 -07:00
Fix issues on ro implementation (#834)
* ro: Fixes some bugs * Fix critical overflow in random computation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
enum ResultCode
|
||||
{
|
||||
ModuleId = 22,
|
||||
ErrorCodeShift = 22,
|
||||
ErrorCodeShift = 9,
|
||||
|
||||
Success = 0,
|
||||
|
||||
|
Reference in New Issue
Block a user