Drop more bits.
This commit is contained in:
parent
437f771fc4
commit
0f0f4c956c
3 changed files with 0 additions and 29 deletions
|
@ -13,6 +13,5 @@ pico-8 # Metapackage, doesn't need to update
|
|||
ppsspp-sa # Manually update to release versions.
|
||||
retroarch # Manually update to release versions.
|
||||
rpcs3-sa # Need to update to llvm 16
|
||||
ryujinx-sa # Broken on JELOS after build 1.1740.
|
||||
vice-sa # Doesn't support updating with the script.
|
||||
vita3k-sa # Should be manually updated.
|
||||
|
|
|
@ -170,18 +170,6 @@
|
|||
<players>1</players>
|
||||
<image>./images/rpcs3.svg</image>
|
||||
</game>
|
||||
<game>
|
||||
<path>./Start Ryujinx.sh</path>
|
||||
<name>Start Ryujinx</name>
|
||||
<desc>Opens the Ryujinx GUI (Switch) to enable global configuration changes to be made directly to the emulator. It's recommended to have a mouse and keyboard available to modify settings. Ryujinx is an open-source Nintendo Switch emulator created by gdkchan and written in C#. This emulator aims at providing excellent accuracy and performance, a user-friendly interface, and consistent builds.</desc>
|
||||
<developer>JELOS</developer>
|
||||
<publisher>JELOS</publisher>
|
||||
<rating>5.0</rating>
|
||||
<releasedate>2023</releasedate>
|
||||
<genre>Emulator</genre>
|
||||
<players>1</players>
|
||||
<image>./images/ryujinx.svg</image>
|
||||
</game>
|
||||
<game>
|
||||
<path>./Start ScummVM.sh</path>
|
||||
<name>Start ScummVM</name>
|
||||
|
|
|
@ -660,22 +660,6 @@
|
|||
</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="ryujinx">
|
||||
<cores>
|
||||
<core name="ryujinx-sa">
|
||||
<features>
|
||||
<feature name="graphics backend">
|
||||
<choice name="opengl" value="0"/>
|
||||
<choice name="vulkan" value="1"/>
|
||||
</feature>
|
||||
<feature name="start ui">
|
||||
<choice name="off" value="0"/>
|
||||
<choice name="on" value="1"/>
|
||||
</feature>
|
||||
</features>
|
||||
</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="rpcs3">
|
||||
<cores>
|
||||
<core name="rpcs3-sa">
|
||||
|
|
Loading…
Reference in a new issue