dolphin/Source
John Peterson 290966a4f8 Addressed problem with map file compatibility. When a game used a map file the symbol lookup would make the game crawl to a halt right after booting. This was exaggerated because m_bEnable was true by default, I changed that to off by default so that only selected logging is picked up. I'm guessing the symbol map was disabled earlier because it was slow. I have still kept it enabled but only for the lowest verbosity levels. I also turned off the collected write to the master file, that's not very important however because it doesn't slow the program down very much unless there's thousands of rows per second written. I could probably be on most of the time without much of a speed difference. I'll add an option for it later.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@913 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-19 00:48:20 +00:00
..
Core Addressed problem with map file compatibility. When a game used a map file the symbol lookup would make the game crawl to a halt right after booting. This was exaggerated because m_bEnable was true by default, I changed that to off by default so that only selected logging is picked up. I'm guessing the symbol map was disabled earlier because it was slow. I have still kept it enabled but only for the lowest verbosity levels. I also turned off the collected write to the master file, that's not very important however because it doesn't slow the program down very much unless there's thousands of rows per second written. I could probably be on most of the time without much of a speed difference. I'll add an option for it later. 2008-10-19 00:48:20 +00:00
PluginSpecs Some more Work done with Microphone, added a Semi-decent way of checking for Mic Button 2008-10-16 01:15:15 +00:00
Plugins Fix build error in debug mode. 2008-10-17 21:05:23 +00:00
TestSuite Beginning of Test suite, someone else adding CPU tests and others would be helpful! 2008-10-16 21:58:59 +00:00
Dolphin.sln Added a verbosity setting to the log manager. And a timestamp to the debug log. 2008-10-18 19:25:33 +00:00