mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-14 22:50:34 +00:00
13 lines
151 B
C#
13 lines
151 B
C#
|
namespace Ryujinx.Ui.Common
|
|||
|
{
|
|||
|
public enum FileTypes
|
|||
|
{
|
|||
|
NSP,
|
|||
|
PFS0,
|
|||
|
XCI,
|
|||
|
NCA,
|
|||
|
NRO,
|
|||
|
NSO
|
|||
|
}
|
|||
|
}
|