mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
formatting
This commit is contained in:
parent
c19fc81e84
commit
6a5fbf2b7d
@ -93,7 +93,7 @@ bool set_env_variable(std::string name, std::string value)
|
||||
|
||||
#endif
|
||||
|
||||
std::recursive_mutex global_mutex;
|
||||
std::recursive_mutex global_mutex{};
|
||||
|
||||
// some arbitrary counter/time for reference
|
||||
const std::chrono::time_point<std::chrono::high_resolution_clock> startup_counter = std::chrono::high_resolution_clock::now();
|
||||
|
@ -947,7 +947,7 @@ void Steam_Client::SetWarningMessageHook( SteamAPIWarningMessageHook_t pFunction
|
||||
// Trigger global shutdown for the DLL
|
||||
bool Steam_Client::BShutdownIfAllPipesClosed()
|
||||
{
|
||||
PRINT_DEBUG("BShutdownIfAllPipesClosed\n");
|
||||
PRINT_DEBUG("Steam_Client::BShutdownIfAllPipesClosed\n");
|
||||
if (!steam_pipes.size()) {
|
||||
bool joinable = background_keepalive.joinable();
|
||||
if (joinable) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user