dolphin/Source/Core
2008-08-26 13:06:38 +00:00
..
Common Implemented querying file size on POSIX. Also fixed size rounding of mmap() on POSIX. 2008-08-26 11:44:17 +00:00
Core Use CP_START constant: its value is 0, but using the constant anyway makes the code easier to read. 2008-08-26 13:06:38 +00:00
DebuggerWX little Logwindow feature - enable/disable all logs 2008-08-25 21:02:56 +00:00
DiscIO Refactored BlobReaders: instead of constructor + IsValid() method, a factory method is used which returns NULL if no valid BlobReader could be created. The new code does more sanity checks and leaks less objects. 2008-08-26 12:40:09 +00:00
DolphinWX Small build fix, re-add CPU check 2008-08-25 20:43:37 +00:00
VideoCommon Fixed "no newline at end of file" warnings issued by GCC 4.2. 2008-08-24 21:50:41 +00:00