mirror of
https://github.com/zeldaret/oot
synced 2026-08-19 22:02:29 -04:00
gc-eu-dbg OK (#2700)
* gc-eu-dbg OK * cleanup/fortify makefile and line_numbers.h changes * fill segments.csv * add gc-eu-dbg to Jenkinsfile * cleanup/fortify dmadata_table.h * add gc-eu-dbg to readme * fix checksum check and compressed checksum
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
/**
|
||||
* Select dmadata table for version
|
||||
*/
|
||||
#if OOT_VERSION == GC_EU_MQ_DBG && !NON_MATCHING
|
||||
#include "dmadata_table_mqdbg.h"
|
||||
#if (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
|
||||
#include "dmadata_table_spec.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Matching dmadata layout for PAL MQ Debug
|
||||
* Matching dmadata layout for PAL MQ Debug and PAL Debug
|
||||
*
|
||||
* DEFINE_DMA_ENTRY should be used for all dmadata entries
|
||||
* - Argument 1: Name of the spec segment
|
||||
Reference in New Issue
Block a user