TSRBerry

Results 44 issues of TSRBerry

Hello, I just updated most of the dependencies in `package.json` and replaced `repl.history` with `repl-story` to get it to work again. You can take a look at these issues for...

This PR adds a new command line option `-g`/`--graphics-backend` which allows to override the previously configured value on launch. This is especially useful when launching Ryujinx with a file path...

enhancement
gui

Just saw #66 and how nemec commented the responsible line for that behavior. I haven't really spent enough time with the code to confidently say that this works for every...

A few weeks ago I noticed my bitlocker drive didn't show up anymore and tried to figure out what happened. I've been using it for a long time with dislocker...

This PR adds a modified version of `const_generator.py` used to generate official unicron bindings, which allows Ryujinx to get rid of patched unicorn versions for its tests. I'm preparing multiple...

cpu
enhancement

This PR fixes #3856. Currently I think it makes sense to just return the default values, since we are already doing that for the other commands. ~~Note: This is currently...

stub
service:am

This PR removes the custom render timer which was needed when the game was still rendered in the GUI and not in an embedded window. Additionally, the `RendererHost` doesn't use...

gui
fix

A while ago @gdkchan already implemented `Select`, but never created a PR for it. This PR uses this implementation and adapts it to the current Ryujinx version. With this implementation...

enhancement
service:sockets

## Feature Request ### What feature are you suggesting? #### Overview: Currently we are using issue templates and a lot of people are not filling them out correctly. Github is...

infra

This was really hard to get right, since documentation for custom MSBuild tasks really isn't the best. The approach via a custom MSBuild task avoids the following issues we would...

miscellaneous