aboutsummaryrefslogtreecommitdiff
path: root/system/playercorefactory.xml
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2020-01-26 13:53:59 -0800
committerGarrett Brown <themagnificentmrb@gmail.com>2020-01-30 13:29:56 -0800
commitabb6056cd11886b94e5206cfaa948ef13f108bb0 (patch)
treea16200964d7e2735c2fd8a8538e9bfae0c660b02 /system/playercorefactory.xml
parent3bf7e65db121c58bb45a563314e9556ace475e6d (diff)
Fix error playing disk image games
Game items ending in disk image extensions are currently played using VideoPlayer instead of RetroPlayer. This results in a brief buffering dialog, and then the player exits to the previous window.
Diffstat (limited to 'system/playercorefactory.xml')
-rw-r--r--system/playercorefactory.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/playercorefactory.xml b/system/playercorefactory.xml
index be6b7219ab..bb57a08e6c 100644
--- a/system/playercorefactory.xml
+++ b/system/playercorefactory.xml
@@ -26,7 +26,7 @@
<!-- DVDs -->
<rule name="dvd" dvd="true" player="VideoPlayer" />
- <rule name="dvdimage" dvdimage="true" player="VideoPlayer" />
+ <rule name="dvdimage" dvdimage="true" game="false" player="VideoPlayer" />
<!-- Only VideoPlayer can handle these normally -->
<rule name="sdp/asf" filetypes="sdp|asf" player="VideoPlayer" />