This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
1365abfbff9f32b47d84a1283fa11d25e4d82cab
dolphin
/
Source
/
Core
History
Maarten ter Huurne
cedb93df9c
Use CP_START constant: its value is 0, but using the constant anyway makes the code easier to read.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@325
8ced0084-cf51-0410-be5f-012b33b47a6e
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