dolphin/Source/Core
2008-10-19 00:48:20 +00:00
..
Common Massive style & comment cleanup of (mostly) GL plugin - also split some large files. A minor speedup for BP writes - merged the two switch()-es. 2008-10-17 11:30:14 +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
DebuggerWX Added a verbosity setting to the log manager. And a timestamp to the debug log. 2008-10-18 19:25:33 +00:00
DiscIO Massive style & comment cleanup of (mostly) GL plugin - also split some large files. A minor speedup for BP writes - merged the two switch()-es. 2008-10-17 11:30:14 +00:00
DolphinWX fix for error messages with memcard manager 2008-10-18 16:17:59 +00:00
VideoCommon more gl plugin cleanup, code moving 2008-10-17 12:08:28 +00:00