mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-02 21:36:25 +02:00
add basic touch and button input interface
This commit is contained in:
parent
24b8d7c981
commit
c27a12df2c
6 changed files with 794 additions and 6 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue