Skip to content

Commit

Permalink
Bump debuglogger version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Dec 5, 2023
1 parent 09dc69e commit aa71f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LE3DebugLogger/DebugLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#include "HookPrototypes.h"
#include "PropertyLogger.h"

SPI_PLUGINSIDE_SUPPORT(L"DebugLogger", L"5.0.0", L"ME3Tweaks", SPI_GAME_LE3, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_SUPPORT(L"DebugLogger", L"6.0.0", L"ME3Tweaks", SPI_GAME_LE3, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_PRELOAD;
SPI_PLUGINSIDE_ASYNCATTACH;

ME3TweaksASILogger logger("DebugLogger v5", "LE3DebugLogger.log");
ME3TweaksASILogger logger("DebugLogger v6", "LE3DebugLogger.log");

// Prototype for WinAPI DebugOutput string. We don't put this
// in prototypes cause this is not part of the game
Expand Down

0 comments on commit aa71f7e

Please sign in to comment.