N64 Emulator
Go to file
LegendOfDragoon 2f812afca7 Implement edge case in SPECIAL_DSRL32
When m_Opcode.sa == 0, the results for cpu recompiler do not match cpu
interpreter. For example with dsrl32 t9, t8, 0x0, and t8 =
0xC0C0C0C000000000 the result of t9 for cpu recompiler =
0xFFFFFFFFC0C0C0C0, while cpu interpreter = 0xC0C0C0C0C0C0C0C0.

This commit fixes the Killer Instinct health bar issue.
2015-07-28 13:30:21 -07:00
Artwork [artwork] add psd for logo and icons 2015-06-05 07:06:11 +10:00
Bin [64bit] Get nrage and rsp compiling as 64bit 2015-05-16 10:55:23 +10:00
Config Merge pull request #543 from dsx-/master 2015-07-27 14:03:23 +10:00
Lang Further improvements to Spanish translation 2015-07-06 23:36:30 -07:00
Plugin Minor Updates 2015-03-05 02:23:07 -03:00
PropertySheets [Project64] Get the code to compile in 64bit 2015-05-15 08:38:52 +10:00
Source Implement edge case in SPECIAL_DSRL32 2015-07-28 13:30:21 -07:00
.gitignore [64bit] Get nrage and rsp compiling as 64bit 2015-05-16 10:55:23 +10:00
Project64.vs2008.sln Nrage: Update version and change location of log and config dir 2015-02-18 20:52:23 +11:00
Project64.vs2013.sln [VS2013] add some more dependancies 2015-07-08 07:49:18 +10:00