mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-05-22 18:02:15 +00:00
Fix Clipboard Copy Operation Crash (#108)
Fixes a COM exception crash related to clipboard copy events from changes in Avalonia 11.3 Solves [Ryubing/Issues#294](https://github.com/Ryubing/Issues/issues/294) caused by Avalonia 11.3's changes, see [AvaloniaUI/Avalonia#20007](https://github.com/AvaloniaUI/Avalonia/issues/20007) for more information I've only tested this on Windows, no idea if this has issues in MacOS or Linux, or if it's even a problem there at all. Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/108
This commit is contained in:
parent
ce340e5d0b
commit
a3eda287b5
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
private const uint MbIconwarning = 0x30;
|
||||
|
||||
[STAThread]
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Version = ReleaseInformation.Version;
|
||||
|
|
|
|||
Loading…
Reference in a new issue