mirror of https://github.com/AxioDL/metaforce.git
DataSpec: Use DataSpec:: prefix in logging
Update a missed URDE string reference
This commit is contained in:
parent
9bae2f943e
commit
8035846021
|
@ -410,7 +410,7 @@ if(NOT TARGET atdna)
|
|||
# Import native atdna if cross-compiling
|
||||
find_package(atdna REQUIRED)
|
||||
if(NOT TARGET atdna)
|
||||
message(FATAL_ERROR "atdna required for building URDE; please verify LLVM installation")
|
||||
message(FATAL_ERROR "atdna required for building Metaforce; please verify LLVM installation")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ namespace DataSpec {
|
|||
|
||||
using namespace std::literals;
|
||||
|
||||
static logvisor::Module Log("metaforce::SpecMP1");
|
||||
static logvisor::Module Log("DataSpec::SpecMP1");
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP1;
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP1PC;
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP1ORIG;
|
||||
|
|
|
@ -25,7 +25,7 @@ namespace DataSpec {
|
|||
|
||||
using namespace std::literals;
|
||||
|
||||
static logvisor::Module Log("metaforce::SpecMP2");
|
||||
static logvisor::Module Log("DataSpec::SpecMP2");
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP2;
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP2ORIG;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace DataSpec {
|
|||
|
||||
using namespace std::literals;
|
||||
|
||||
static logvisor::Module Log("metaforce::SpecMP3");
|
||||
static logvisor::Module Log("DataSpec::SpecMP3");
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP3;
|
||||
extern hecl::Database::DataSpecEntry SpecEntMP3ORIG;
|
||||
|
||||
|
|
Loading…
Reference in New Issue