Added raw ZuneDBApi decomp

This commit is contained in:
Yoshi Askharoun
2021-11-11 11:18:46 -06:00
parent c24e2bd702
commit d0fd93a913
1034 changed files with 70246 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
public enum eErrorCondition
{
eEC_Last = 7,
eEC_Cart = 6,
eEC_FWUpdater = 5,
eEC_WinLive = 4,
eEC_Download = 3,
eEC_Purchase = 2,
eEC_SignIn = 1,
eEC_None = 0
}