dolphin/Source/Core/Core/Src/PowerPC
Lioncash 58159a1693 Some more logging typos and clarifications. Missed these in my last commit.
This commit mainly elaborates on some messages a little more. Also fixes some typos that slipped through the last commit.

A large change in text can be seen in EXI_DeviceMemoryCard.cpp. I added more info as to why a write to a memory card may fail. (This actually was a reason I was unable to write to a memcard recently).

Elaborations can be seen in WGL.cpp

I did change some comments in some files that I was correcting logging messages in, however this is only if I spot a typo or if an abbreviation is lower-cased. Even in that case, the amount of changes done to comments is very minimal.
2013-04-01 00:10:54 -04:00
..
Interpreter Some more logging typos and clarifications. Missed these in my last commit. 2013-04-01 00:10:54 -04:00
Jit64 Some more logging typos and clarifications. Missed these in my last commit. 2013-04-01 00:10:54 -04:00
Jit64IL Readded the tracking of the FIFO Writes. 2013-03-28 19:36:37 +11:00
JitArm32 Reenable mulli and negx, seems to work fine. 2013-03-18 07:50:52 +00:00
JitCommon Fix some typos and correct some capitalizations in the log messages. 2013-03-31 19:13:30 -04:00
CPUCoreBase.h Virtual base classes should have a virtual destructor. 2011-01-30 01:58:54 +00:00
Gekko.h Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban. 2012-05-01 20:42:00 +10:00
JitInterface.cpp Fix some typos and correct some capitalizations in the log messages. 2013-03-31 19:13:30 -04:00
JitInterface.h Fix a potential issue when someone has a CPU core that isn't available on that host set in the INI file, it would just fail out. Now it defaults to interpreter. 2013-03-08 10:52:04 -06:00
LUT_frsqrtex.cpp Hg: 2010-06-09 01:37:08 +00:00
LUT_frsqrtex.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
PowerPC.cpp Fix a potential issue when someone has a CPU core that isn't available on that host set in the INI file, it would just fail out. Now it defaults to interpreter. 2013-03-08 10:52:04 -06:00
PowerPC.h Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban. 2012-05-01 20:42:00 +10:00
PPCAnalyst.cpp Fix some typos and correct some capitalizations in the log messages. 2013-03-31 19:13:30 -04:00
PPCAnalyst.h JitIL/Jit64: Removed std::vector for speed up. 2010-09-22 02:42:17 +00:00
PPCCache.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
PPCCache.h initialize the uninitialized 2012-01-04 01:36:09 -08:00
PPCSymbolDB.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
PPCSymbolDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PPCTables.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
PPCTables.h My first commit! 2010-08-26 17:44:13 +00:00
Profiler.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Profiler.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
SignatureDB.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
SignatureDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00