- added reg file for windows users to manually disable packet throttling

- added console warning for windows users that have this setting enabled.
This commit is contained in:
SoftCoder
2014-01-01 13:24:24 -08:00
parent 7643c2b591
commit 6f4c3ed033
5 changed files with 55 additions and 16 deletions

View File

@@ -109,6 +109,8 @@ void init_win32();
void done_win32();
void ontop_win32(int width, int height);
void CheckPacketThrottling();
// The following is used for stacking tracing for windows based exceptions
#if !defined(_DEBUG) && !defined(__GNUC__)