Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

probably not… as CSpect is in C#, these platforms would have to support that.


if you have any dev info for it, feel free to pass it along.

I see.

The only info I know is https://www.libretro.com/index.php/api/ (which provides an interface that maybe can be accessed through p/invoke or native delegates)

There you can also find a PDF about RetroArch.

(2 edits)

C# supports the OS these consoles use, like Linux for instance, so maybe there is a chance with a self-contained C# executable compiled for the target platform, provided the architecture of said platform is indeed supported.