mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Legacy): certain formats enabled in debug build only.
This commit is contained in:
@@ -29,7 +29,9 @@ using System.Windows.Media;
|
||||
|
||||
namespace GameRes.Formats.Nabe
|
||||
{
|
||||
#if DEBUG
|
||||
[Export(typeof(ImageFormat))]
|
||||
#endif
|
||||
public class YpfFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "YPF/NABE"; } }
|
||||
|
||||
Reference in New Issue
Block a user