diff options
author | 2009-04-11 09:05:12 +0000 | |
---|---|---|
committer | 2009-04-11 09:05:12 +0000 | |
commit | 9c8da09e53e23a0d9cabc9e5c847ba95db409b36 (patch) | |
tree | e2fce7c0aefe6559c4cbf26fd815cc2bca1bafb1 /src/emu/audit.h | |
parent | 55bb21fcbc261d2048b8ec79c764cecec7439143 (diff) |
change to last patch to only treat a file as found if it's not from a parent.
Diffstat (limited to 'src/emu/audit.h')
-rw-r--r-- | src/emu/audit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/audit.h b/src/emu/audit.h index 4aeda17ca9d..1be58f1e56f 100644 --- a/src/emu/audit.h +++ b/src/emu/audit.h @@ -86,6 +86,7 @@ struct _audit_record UINT32 length; /* actual length of item */ const char * exphash; /* expected hash data */ char hash[HASH_BUF_SIZE]; /* actual hash information */ + UINT8 used_by_parent; /* is the rom from a parent */ }; |