mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
print debug overlay args of Steam_Overlay::AddAchievementNotification()
This commit is contained in:
parent
6ee0628750
commit
b97f6fe97d
@ -2073,7 +2073,7 @@ void Steam_Overlay::AddAchievementNotification(const std::string &ach_name, nloh
|
|||||||
{
|
{
|
||||||
if (settings->disable_overlay) return;
|
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);
|
std::lock_guard<std::recursive_mutex> lock(overlay_mutex);
|
||||||
if (!Ready()) return;
|
if (!Ready()) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user