From d38fc0c36bc9530fdebf709316a73ad6db5e2db5 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 9 Apr 2021 07:01:53 +0000 Subject: driver: added --hdrdump support. --- src/internal/perk_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index b17b7be..dafad86 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -27,6 +27,7 @@ enum app_tags { TAG_IMPSYMS, TAG_DSOLIBS, TAG_DSOSYMS, + TAG_HDRDUMP, }; struct pe_driver_ctx_impl { -- cgit v1.2.3