Changeset - r26239:609378ee1b67
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 2 years ago 2022-04-30 20:22:56
nielsm@indvikleren.dk
Change: Log video driver info string instead of just name in crashlog
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/crashlog.cpp
Show inline comments
 
@@ -176,7 +176,7 @@ char *CrashLog::LogConfiguration(char *b
 
			SoundDriver::GetInstance() == nullptr ? "none" : SoundDriver::GetInstance()->GetName(),
 
			BaseSounds::GetUsedSet() == nullptr ? "none" : BaseSounds::GetUsedSet()->name.c_str(),
 
			BaseSounds::GetUsedSet() == nullptr ? UINT32_MAX : BaseSounds::GetUsedSet()->version,
 
			VideoDriver::GetInstance() == nullptr ? "none" : VideoDriver::GetInstance()->GetName()
 
			VideoDriver::GetInstance() == nullptr ? "none" : VideoDriver::GetInstance()->GetInfoString()
 
	);
 

	
 
	buffer += seprintf(buffer, last,
0 comments (0 inline, 0 general)