diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-04-07 11:18:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 11:18:17 +0200 |
| commit | 177951c4dbe235bbbca0e8c07a3c80910f6d7aa5 (patch) | |
| tree | 712c2a9a23dd0a618c94ff15bb8965d28a9e2c3a /include/tables/dmadata_table.h | |
| parent | b50e208d60c3c86e634909af6e3b204a9e9a5272 (diff) | |
oot-gc-eu-dbg-2 OK (#2714)
* oot-gc-eu-dbg-proto OK
* add gc-eu-dbg-proto to readme
* mention overdump trimming for all debug roms
* rename gc-eu-dbg-proto to gc-eu-dbg-2
Rationale: first version to make it into decomp (which should also be the first one that surfaces) gets an un-numbered version name, then the second version gets -2, and so on
Diffstat (limited to 'include/tables/dmadata_table.h')
| -rw-r--r-- | include/tables/dmadata_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tables/dmadata_table.h b/include/tables/dmadata_table.h index 50bbab04b..e3543bdf9 100644 --- a/include/tables/dmadata_table.h +++ b/include/tables/dmadata_table.h @@ -3,7 +3,7 @@ /** * Select dmadata table for version */ -#if (OOT_VERSION == GC_EU_MQ_DBG || OOT_VERSION == GC_EU_DBG) && !NON_MATCHING +#if (OOT_VERSION == GC_EU_DBG_2 || OOT_VERSION == GC_EU_MQ_DBG || OOT_VERSION == GC_EU_DBG) && !NON_MATCHING #include "dmadata_table_dbg.h" #else // For retail versions and non-matching builds, dmadata is generated from the specfile segments |
