From 7210dbc7d8af454485b269579dbcf4cde83734f3 Mon Sep 17 00:00:00 2001 From: sbJFn5r Date: Sun, 31 Aug 2014 22:24:56 -0400 Subject: [PATCH] Update types.h --- ctrtool/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ctrtool/types.h b/ctrtool/types.h index 0ec1442..bade7f1 100644 --- a/ctrtool/types.h +++ b/ctrtool/types.h @@ -21,7 +21,8 @@ enum flags VerboseFlag = (1<<3), VerifyFlag = (1<<4), RawFlag = (1<<5), - ShowKeysFlag = (1<<6) + ShowKeysFlag = (1<<6), + DecompressCodeFlag = (1<<7) }; enum validstate