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:
parent
f5de038001
commit
3502deef08
1 changed files with 17 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue