Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.Common/Configuration/TitleUpdateMetadata.cs
Normal file
10
src/Ryujinx.Common/Configuration/TitleUpdateMetadata.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public struct TitleUpdateMetadata
|
||||
{
|
||||
public string Selected { get; set; }
|
||||
public List<string> Paths { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user