GreemDev / Ryujinx

Experimental Switch emulator written in C#
MIT License
57 stars 8 forks source link

[Bug] Controller is ignored under certain launch circumstance #16

Open GreemDev opened 4 days ago

GreemDev commented 4 days ago

Description of the issue

Controller is ignored after connecting when game launches with no controller connected

Reproduction steps

Log file

Ryujinx_1.2.26_2024-10-17_01-41-17.log

OS

Windows 11

Ryujinx version

1.2.26

Game version

1.0.0

CPU

i7-13700F

GPU

RTX 4070Ti

RAM

32GB

List of applied mods

No response

Additional context?

No response

GreemDev commented 4 days ago

I'm thinking it's due to referencing a static ViewModel in InputViewModel or AvaHostUIHandler in the title bar commit.

GreemDev commented 3 days ago

Scratch that, it's probably due to removing async/await and returning the Task directly to the caller in the ContentDialogHelper methods.