summaryrefslogtreecommitdiff
path: root/src/readme.txt
diff options
context:
space:
mode:
authorToad King2012-06-14 03:21:06 -0400
committerToad King2012-06-14 03:21:06 -0400
commit6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119 (patch)
tree885cf7f507139b795ba7b2a6fb829dc044da39dd /src/readme.txt
downloadsnes9x2002-6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119.tar.gz
snes9x2002-6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119.tar.bz2
snes9x2002-6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119.zip
initial pocketsnes commit
Diffstat (limited to 'src/readme.txt')
-rw-r--r--src/readme.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/readme.txt b/src/readme.txt
new file mode 100644
index 0000000..8fe6f95
--- /dev/null
+++ b/src/readme.txt
@@ -0,0 +1,10 @@
+3.71
+--files were errorenously getting _logXX.log names instead of _logXX.txt. Fixed
+3.7
+what's new:
+--new feature: per thread indent in the log files
+--new options: STLOG_MULTITHREADING (turns on/off multithreading features), STLOG_USE_PERFORMANCE_CONTER (you can turn off usage of GetPerformanceCounter() function)
+--fixed bug with stack overflow in GetLogFileName() function (thanks to Alexander Shargin)
+--fixed bug with unclosed handle when used from DLL (thanks to Rene Heijndijk).
+--fixed bug with ___DoNothing() function for the cases when the STLOG_DEBUG macro is undefined
+--new functions: STLOG_WRITE_IID, STLOG_WRITE_GUID, STLOG_WRITE_CLSID