mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Fixed an incorrect find rule for Vita3K.
This commit is contained in:
parent
ab8c307154
commit
c54572a50a
|
@ -564,8 +564,8 @@
|
|||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Vita3K\Vita3K.exe</entry>
|
||||
<entry>%ESPATH%\Vita3K\Vita3K.ex</entry>
|
||||
<entry>%ESPATH%\..\Vita3K\Vita3K.ex</entry>
|
||||
<entry>%ESPATH%\Vita3K\Vita3K.exe</entry>
|
||||
<entry>%ESPATH%\..\Vita3K\Vita3K.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
|
|
|
@ -385,8 +385,8 @@
|
|||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Vita3K\Vita3K.exe</entry>
|
||||
<entry>%ESPATH%\Vita3K\Vita3K.ex</entry>
|
||||
<entry>%ESPATH%\..\Vita3K\Vita3K.ex</entry>
|
||||
<entry>%ESPATH%\Vita3K\Vita3K.exe</entry>
|
||||
<entry>%ESPATH%\..\Vita3K\Vita3K.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
|
|
Loading…
Reference in a new issue