mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-29 11:06:47 -06:00
d5cc919369
Since the reflection code didn't take care about `private`, this cause regression, so I have added the flag just in case and fix calls who are declared with `private` to `public`.