mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +00:00
Decouple Debug Features From gc-eu-mq-dbg (#2296)
* rename OOT_DEBUG to DEBUG_FEATURES * makefile changes * add DEBUG_ASSETS * fix DEBUG_FEATURES usages * format * fix errors * review * fix problem and review2 * review * add DEBUG_FEATURES to DEBUG_ASSETS check * review * whoops * format
This commit is contained in:
parent
cf4dc98cc9
commit
17edb82c0d
168 changed files with 652 additions and 606 deletions
|
@ -3986,7 +3986,7 @@ void Interface_Draw(PlayState* play) {
|
|||
}
|
||||
}
|
||||
|
||||
#if OOT_DEBUG
|
||||
#if DEBUG_FEATURES
|
||||
if (pauseCtx->debugState == 3) {
|
||||
FlagSet_Update(play);
|
||||
}
|
||||
|
@ -4012,7 +4012,7 @@ void Interface_Update(PlayState* play) {
|
|||
s16 risingAlpha;
|
||||
u16 action;
|
||||
|
||||
#if OOT_DEBUG
|
||||
#if OOT_PAL && DEBUG_FEATURES
|
||||
{
|
||||
Input* debugInput = &play->state.input[2];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue