diff --git a/Source/Core/Common/NandPaths.h b/Source/Core/Common/NandPaths.h index 60e78615a0..bd76d5d2d2 100644 --- a/Source/Core/Common/NandPaths.h +++ b/Source/Core/Common/NandPaths.h @@ -10,8 +10,8 @@ #include "Common/CommonTypes.h" -#define TITLEID_SYSMENU 0x0000000100000002ull -const static std::string TITLEID_SYSMENU_STRING = "0000000100000002"; +static const u64 TITLEID_SYSMENU = 0x0000000100000002; +static const std::string TITLEID_SYSMENU_STRING = "0000000100000002"; namespace Common {