Skip to content

Commit

Permalink
2.2.0.2 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Rom-Tools committed May 22, 2017
1 parent 0fa17f6 commit dda0c41
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ProfilsFiles/Retropie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Source_Download_Path>%Local_Path_File%</Source_Download_Path>
<Source_Download_Tag>-marquee</Source_Download_Tag>
<Source_Download_Ext>jpg</Source_Download_Ext>
<Source_Value>Data/jeu/medias/media_fanart</Source_Value>
<Source_Value>None</Source_Value>
<Target_Type>XML_Path</Target_Type>
<Target_Path_Type>%XML_Path_File%</Target_Path_Type>
<Target_Value>game/marquee</Target_Value>
Expand All @@ -130,7 +130,7 @@
<Source_Download_Path>%Local_Path_File%</Source_Download_Path>
<Source_Download_Tag>-video</Source_Download_Tag>
<Source_Download_Ext>mp4</Source_Download_Ext>
<Source_Value>Data/jeu/medias/media_video</Source_Value>
<Source_Value>None</Source_Value>
<Target_Type>XML_Path</Target_Type>
<Target_Path_Type>%XML_Path_File%</Target_Path_Type>
<Target_Value>game/video</Target_Value>
Expand Down
Binary file modified Ressources.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Scraper.au3
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ Func _MIX_Engine_Dim($vWhile, $oMixConfig)
$aPicParameters[12] = _XML_Read("/Profil/Element[" & $vWhile & "]/Target_BottomRightY", 0, "", $oMixConfig)
$aPicParameters[13] = _Coalesce(_XML_Read("/Profil/Element[" & $vWhile & "]/Target_OriginPicX", 0, "", $oMixConfig), Default)
$aPicParameters[14] = _Coalesce(_XML_Read("/Profil/Element[" & $vWhile & "]/Target_OriginPicY", 0, "", $oMixConfig), Default)
_ArrayDisplay($aPicParameters, "$aPicParameters") ;Debug
;~ _ArrayDisplay($aPicParameters, "$aPicParameters") ;Debug
Return $aPicParameters
EndFunc ;==>_MIX_Engine_Dim

Expand Down
Binary file modified Scraper.exe
Binary file not shown.
Binary file modified Scraper64.exe
Binary file not shown.

0 comments on commit dda0c41

Please sign in to comment.