Skip to content

Commit

Permalink
edit RegionID
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Aug 9, 2024
1 parent 3c5bafd commit aca7f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KingSystem/System/UI/LayoutResourceMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ u32 GetSharedFontLoadState(nn::pl::SharedFontType type);
} // namespace nn::pl
#include "prim/seadEnum.h"
namespace sead {
SEAD_ENUM(RegionID, JP, US, EU, KR, CN)
SEAD_ENUM(RegionID, Unknown);
class EnvUtil2 {
public:
static RegionID getRegion();
Expand Down

0 comments on commit aca7f8d

Please sign in to comment.