Merge pull request #960 from lioncash/preproc-stuff
Common: Make TITLEID_SYSMENU a static const variable in NandPaths.h
This commit is contained in:
commit
05cd06539b
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
#define TITLEID_SYSMENU 0x0000000100000002ull
|
static const u64 TITLEID_SYSMENU = 0x0000000100000002;
|
||||||
const static std::string TITLEID_SYSMENU_STRING = "0000000100000002";
|
static const std::string TITLEID_SYSMENU_STRING = "0000000100000002";
|
||||||
|
|
||||||
namespace Common
|
namespace Common
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue