mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 22:40:53 -05: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