[Misc] Replaced const with constexpr where possible
This commit is contained in:
committed by
Radosław Gliński
parent
d20620eb5e
commit
5f918ef28d
@@ -23,7 +23,7 @@ namespace xam {
|
||||
|
||||
bool xeXamIsUIActive();
|
||||
|
||||
static const std::string kXamModuleLoaderDataFileName = "launch_data.bin";
|
||||
static constexpr std::string kXamModuleLoaderDataFileName = "launch_data.bin";
|
||||
|
||||
class XamModule : public KernelModule {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user