mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Windows) Fixed an incorrect find rule for Vita3K.
This commit is contained in:
parent
6c6c83db12
commit
ab8c307154
|
@ -562,13 +562,11 @@
|
|||
<rule type="systempath">
|
||||
<entry>Vita3K.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Vita3K\Vita3K.exe</entry>
|
||||
<entry>%ESPATH%\Vita3K\Vita3K.ex</entry>
|
||||
<entry>%ESPATH%\..\Vita3K\Vita3K.ex</entry>
|
||||
</rule>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
|
|
|
@ -383,13 +383,11 @@
|
|||
</emulator>
|
||||
<emulator name="VITA3K">
|
||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||
<rule type="staticpath">
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Vita3K\Vita3K.exe</entry>
|
||||
<entry>%ESPATH%\Vita3K\Vita3K.ex</entry>
|
||||
<entry>%ESPATH%\..\Vita3K\Vita3K.ex</entry>
|
||||
</rule>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
|
|
Loading…
Reference in a new issue