Update win64_rrthreads.h

This commit is contained in:
Amos 2022-01-19 19:07:45 +01:00
parent dd50004c61
commit 6c002049a9

View File

@ -12,7 +12,7 @@ class HWASAPIServiceThread : public IDetour
{
virtual void debugp()
{
std::cout << "| FUN: WASAPI_GetAudioDevice : 0x" << std::hex << std::uppercase << p_WASAPI_GetAudioDevice.GetPtr() << std::setw(npad) << " |" << std::endl;
std::cout << "| FUN: WASAPI_GetAudioDevice : 0x" << std::hex << std::uppercase << p_WASAPI_GetAudioDevice.GetPtr() << std::setw(6) << " |" << std::endl;
std::cout << "+----------------------------------------------------------------+" << std::endl;
}
};