Add features to Mupen 64 SA

This will allow users to set the aspect ration, controller profile, and show FPS yes or no.
This commit is contained in:
Brooksytech 2022-03-15 10:12:29 -07:00 committed by GitHub
parent f5de038001
commit 3502deef08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?>
<features>
<emulator name="mupen64plussa">
<features>
<feature name="game aspect ratio">
<choice name="4/3" value="4:3" />
<choice name="fullscreen" value="fullscreen" />
</feature>
<feature name="input configuration">
<choice name="default" value="default" />
<choice name="z & l swap" value="zlwap" />
<choice name="custom" value="custom" />
</feature>
<feature name="show fps">
<choice name="yes" value="1" />
<choice name="no" value="0" />
</feature>
</features>
</emulator>
<emulator name="retroarch" features="ratio, smooth, shaders, pixel_perfect, latency_reduction, game_translation">
<cores>
<core name="2048" features="netplay, rewind, autosave" />