engine: host: added -minidumps startup parameter for win32 platform

This commit is contained in:
SNMetamorph 2023-03-09 02:24:32 +04:00 committed by Alibek Omarov
parent d738b07660
commit 214a3cce73
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ void Sys_PrintUsage( void )
#if XASH_WIN32
O("-noavi ","disable AVI support")
O("-nointro ","disable intro video")
O("-minidumps ","enable writing minidumps when game crashed")
#endif // XASH_WIN32
#if XASH_DOS