mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-15 21:05:16 +02:00
print debug overlay args of Steam_Overlay::AddAchievementNotification()
This commit is contained in:
parent
6ee0628750
commit
b97f6fe97d
1 changed files with 1 additions and 1 deletions
|
@ -2073,7 +2073,7 @@ void Steam_Overlay::AddAchievementNotification(const std::string &ach_name, nloh
|
|||
{
|
||||
if (settings->disable_overlay) return;
|
||||
|
||||
PRINT_DEBUG_ENTRY();
|
||||
PRINT_DEBUG("'%s' %i", ach_name.c_str(), (int)for_progress);
|
||||
std::lock_guard<std::recursive_mutex> lock(overlay_mutex);
|
||||
if (!Ready()) return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue