Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed May 24, 2024
1 parent a18174e commit 2431e23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/constants/sdk_extras.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#ifndef POKEHEARTGOLD_CONSTANTS_SDK_EXTRAS_H
#define POKEHEARTGOLD_CONSTANTS_SDK_EXTRAS_H

#include <nnsys.h>

// Header for constants that play the role of SDK defines but are not actually provided by any SDK
// Any define that should be typed, must be gated behind defined(PM_ASM)

// alias
#ifndef PM_ASM
#include <nnsys.h>
// NNS_G2D_VRAM_TYPE_3DMAIN
#define NNS_G2D_VRAM_TYPE_NEITHER ((NNS_G2D_VRAM_TYPE)0)
// NNS_G2D_VRAM_TYPE_MAX
Expand Down

0 comments on commit 2431e23

Please sign in to comment.