mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Add files for XBONE (fixes #390)
This commit is contained in:
@@ -312,6 +312,13 @@ namespace MPF.Library
|
||||
info.CommonDiscInfo.EXEDateBuildDate = options.AddPlaceholders ? Template.RequiredValue : string.Empty;
|
||||
break;
|
||||
|
||||
case RedumpSystem.MicrosoftXboxOne:
|
||||
string xboxOneMsxcPath = Path.Combine($"{drive.Letter}:\\", "MSXC");
|
||||
if (drive != null && Directory.Exists(xboxOneMsxcPath))
|
||||
info.CommonDiscInfo.CommentsSpecialFields[SiteCode.Filename] = string.Join("\n", Directory.GetFiles(xboxOneMsxcPath, "*", SearchOption.TopDirectoryOnly));
|
||||
|
||||
break;
|
||||
|
||||
case RedumpSystem.NamcoSegaNintendoTriforce:
|
||||
info.CommonDiscInfo.EXEDateBuildDate = options.AddPlaceholders ? Template.RequiredValue : string.Empty;
|
||||
break;
|
||||
@@ -2023,6 +2030,7 @@ namespace MPF.Library
|
||||
switch (siteCode)
|
||||
{
|
||||
case SiteCode.Extras:
|
||||
case SiteCode.Filename:
|
||||
case SiteCode.Games:
|
||||
case SiteCode.GameFootage:
|
||||
case SiteCode.Multisession:
|
||||
|
||||
Reference in New Issue
Block a user