(Android) Changed a RetroArch find rules comment

This commit is contained in:
Leon Styhre 2024-06-16 22:15:23 +02:00
parent 14064ac603
commit 1898a161b4

View file

@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!-- This is the ES-DE find rules configuration file for Android -->
<!-- This is the ES-DE Frontend find rules configuration file for Android -->
<ruleList>
<emulator name="RETROARCH">
<rule type="androidpackage">
<!-- 64-bit and 32-bit releases from the retroarch.com website -->
<entry>com.retroarch.aarch64/com.retroarch.browser.retroactivity.RetroActivityFuture</entry>
<entry>com.retroarch.ra32/com.retroarch.browser.retroactivity.RetroActivityFuture</entry>
<!-- Samsung Galaxy Store, Amazon Appstore and Google Play releases -->
<!-- All other releases -->
<entry>com.retroarch/com.retroarch.browser.retroactivity.RetroActivityFuture</entry>
</rule>
</emulator>