2c9ab5e45f
* Revert "Add support for releasing a semaphore to DmaClass (#2926)" This reverts commit521a07e612
. * Revert "Revert "Add support for releasing a semaphore to DmaClass (#2926)"" This reverts commitec8a5fd053
. * Strip non-visible control codes from strings before they are sent to the software keyboard to prevent ugly unicode blocks from being shown on the UI. * remove debugging junk * Initialize stringbuilder capacity at the start to prevent resizing (a tiny tiny microoptimization) * Update remarks documentation. Remove unneeded imports. * Removing a test that's actually just redundant Co-authored-by: Logan Stromberg <lostromb@microsoft.com>
3 lines
No EOL
90 B
C#
3 lines
No EOL
90 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Ryujinx.Tests")] |