Skip to content

Commit

Permalink
add debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Mar 27, 2024
1 parent afaa350 commit eb78630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,15 @@ int main(int argc, char** argv) {

if (!enable_dev) {
launcher.find_game();
} else {
spdlog::debug("Skipping game finding due to dev mode");
}

if (!enable_dev) {
launcher.pre_game();
launcher.start_game();
} else {
spdlog::debug("Not launching the game due to dev mode");
}

while (true) {
Expand Down

0 comments on commit eb78630

Please sign in to comment.