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
21b0d596e4aa948a2be0ef482e82c4dc7208c436
dolphin
/
Source
/
Core
History
hrydgard
21b0d596e4
Kill lots of old outdated comments. Some new comments added. Misc style fixes. No effect on emulation.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@894
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-16 22:06:06 +00:00
..
Common
Some more Work done with Microphone, added a Semi-decent way of checking for Mic Button
2008-10-16 01:15:15 +00:00
Core
Kill lots of old outdated comments. Some new comments added. Misc style fixes. No effect on emulation.
2008-10-16 22:06:06 +00:00
DebuggerWX
added compile time assertion for _SECURE_SCL=0. It is very important that all libraries are compiled with the same _SECURE_SCL if you want to share STL functions between libraries.
2008-10-15 12:40:31 +00:00
DiscIO
added compile time assertion for _SECURE_SCL=0. It is very important that all libraries are compiled with the same _SECURE_SCL if you want to share STL functions between libraries.
2008-10-15 12:40:31 +00:00
DolphinWX
Substantial XFB speedup. There's more to get though, for example by using a shader for color conversion instead - but i like having a fast CPU implementation too. Also adds some sanity checks. PAL games still have problems.
2008-10-15 21:29:44 +00:00
VideoCommon
Further tiny XFB speedup: baked the bias constants into the R tables, and switched to aligned writes, and made sure efb_buffer is aligned.
2008-10-16 08:11:03 +00:00