Skip to content

Commit

Permalink
Logs: Log game name at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Mar 6, 2025
1 parent 5bae470 commit e81b1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/REFramework.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ REFramework::REFramework(HMODULE reframework_module)
spdlog::info("Total commits: {}", REF_TOTAL_COMMITS);
spdlog::info("Build date: {}", REF_BUILD_DATE);
spdlog::info("Build time: {}", REF_BUILD_TIME);
spdlog::info("Game name: {}", REFramework::get_game_name());

const auto module_size = *utility::get_module_size(m_game_module);

Expand Down

0 comments on commit e81b1ae

Please sign in to comment.