Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Does this still work? #3

@vekien

Description

@vekien

Trying to get this to work and it seems to just immediately die/freeze the application

I am using the demo here, nothing else, not my own code or anything, just the pure demo.

I modified the main (because the one currently coded doesn't work either) to:

static void Main(string[] args)
{
	Console.WriteLine("Starting");
	DualSense ds = DualSense.EnumerateControllers().First();


	Console.WriteLine("Polling");
	MainAsyncPolling(ds);
}

The app will immediately freeze on DualSense.EnumerateControllers().First();, the next Console.WriteLine wont even fire at all.

:(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions