add basic touch and button input interface

This commit is contained in:
Emmanuel Hansen 2023-06-25 17:08:50 +00:00
parent 24b8d7c981
commit c27a12df2c
6 changed files with 794 additions and 6 deletions

View file

@ -207,6 +207,7 @@ namespace LibRyujinx
public bool EnableSpirvCompilationOnVulkan = true;
public bool EnableTextureRecompression = false;
public BackendThreading BackendThreading = BackendThreading.Auto;
public AspectRatio AspectRatio = AspectRatio.Fixed16x9;
public GraphicsConfiguration()
{