Logan Stromberg
Logan Stromberg
Draft PR to see what it would take to add this feature. Allow user-configurable custom NAND path as similar emulators support. Ideally, this would also make it easier to have...
There seems to be an internal formatting protocol with the real software keyboard involving Unicode control codes such as 0x13 (Device Control 3), which is used to influence the formatting...
From test results: 4702 Voip Stereo Cpx= 0 VARKbps 8Khz 20 Ms PLC 20% DTX ... FAIL: Encoded packets do not match (frame 0)
Concentus interpreted almost all C pointers as a combination of an array and an integer offset, e.g. "int[] x, int x_ptr". These could potentially all be replaced by new Span...
It is possible that xcorr_kernel or warped_autocorrelation may benefit from SIMD enhancements by using the System.Numerics namespace.
This is mostly to address cases of "user error" and to avoid bug reports like this https://github.com/Ryujinx/Ryujinx/issues/3922. If the console is set to docked mode and the user is trying...
I have an existing NAND directory that I have setup located on a network share. I would like to be able to configure Ryujinx to share this same directory so...
- Move to .Net 8 - Full span-in, span-out codec API (no more temp byte buffers or passing buffer offsets separately!) - Export a single netstandard library for all frameworks...
There's a very basic mismatch of `nb_streams` and `nb_channels` early on which crashes the encoder, but there's also overflow bugs that happen later on which will require some nail testing...