mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Stats] Misc. cleanup and Stats overhaul
This commit is contained in:
@@ -1,26 +1,5 @@
|
||||
namespace SabreTools.Helper
|
||||
{
|
||||
#region DATabase
|
||||
|
||||
/// <summary>
|
||||
/// Possible DAT import classes
|
||||
/// </summary>
|
||||
public enum DatType
|
||||
{
|
||||
none = 0,
|
||||
Custom,
|
||||
MAME,
|
||||
NoIntro,
|
||||
Redump,
|
||||
TOSEC,
|
||||
TruRip,
|
||||
NonGood,
|
||||
MaybeIntro,
|
||||
Good,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region DatFile related
|
||||
|
||||
/// <summary>
|
||||
@@ -97,6 +76,17 @@
|
||||
NotNodump = 5, // This is a fake flag that is used for filter only
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine which format to output Stats to
|
||||
/// </summary>
|
||||
public enum StatOutputFormat
|
||||
{
|
||||
None = 0,
|
||||
HTML = 1,
|
||||
CSV = 2,
|
||||
TSV = 3,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Skippers and Mappers
|
||||
|
||||
Reference in New Issue
Block a user