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
This commit is contained in:
hrydgard
2008-10-16 22:06:06 +00:00
parent 3ae2d556ab
commit 21b0d596e4
26 changed files with 558 additions and 634 deletions

View File

@ -28,7 +28,7 @@
enum {
XFB_WIDTH = 640,
XFB_HEIGHT = 480, //480,
XFB_HEIGHT = 480, // 528 is max height.
XFB_BUF_HEIGHT = 538, //480,
// TODO: figure out what to do with PAL
};