dolphin/Source/Core
hyperiris 1bed914bf4 a tiny fix, I found MGS:TT PAL use BNR1 format opening.bnr, so only English was filled.
now, all 6 languages were filled when opening.bnr is BNR1 type.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2221 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-12 13:03:39 +00:00
..
Common Core: It seems like different settings work on different systems. So I added a Setup.h file to allow local custom compilation settings. I avoided placing this in Common.h to avoid having to rebuild many files when the settings are changed. 2009-02-10 17:41:38 +00:00
Core small JITTEST typo fix 2009-02-11 17:36:16 +00:00
DebuggerWX Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost. 2009-02-09 20:35:30 +00:00
DiscIO a tiny fix, I found MGS:TT PAL use BNR1 format opening.bnr, so only English was filled. 2009-02-12 13:03:39 +00:00
DolphinWX nJoy: 2009-02-11 10:30:02 +00:00
InputCommon Emulated Wiimote: Fixed the angles to x, y, z values conversion. There's just one thing left to fix before the combined roll and pitch works, when roll is more than 90 pitch has to be changed from for example 15 to -165 or something like that. Until I figure that out you can use the emulated roll and pitch separately by setting the range of either one of them to zero. 2009-02-12 08:46:48 +00:00
VideoCommon Convert some ugly macros to templates. 2009-02-09 21:24:32 +00:00