TSRBerry
TSRBerry
> One could reduce qemu's tb-size to fix this error. Alternatively, one could properly dispose of unicorn so that we don't rely on GC to clean up the 1GiB allocations...
That's awesome! Thank you so much!
One last thing needs to be figured out: How do we load the unicorn library for the linux CI? my last attempt didn't seem to work: https://github.com/Ryujinx/Ryujinx/actions/runs/3309740031/jobs/5463224358#step:8:23 Should I write...
*Sigh* Locally if `unicorn.so` is present in the output directory it will be loaded correctly now and if it's not present we get an error message and all cpu tests...
Since the windows tests are still working fine for CI, I'd say this is "done" and can be reviewed.
Oh yeah that makes sense, I'll add that!
(Why does me requesting a new review, remove the other pending review requests.... I don't even have the permission to request reviews from people that haven't reviewed my PR yet.)
This needs a rebase.
I believe this was already mentioned in the [progress report](https://blog.ryujinx.org/progress-report-august-2022/) for august. Minecraft made me aware of the issue that was fixed with #3633
Is it the same issue? Or another one?