project64/Source/Project64
unknown dc103ec59b keep $zero overwrite prevention to a single location in CPU loop
In both the 32- and the 64-bit interpreters, ADDI, LUI, LB, LW, LWU, LL, SLLV all check if the destination register specifier is 0, when none of the other interpreter ops do.  Actually, none of these 7 need to really check it either, since handling $zero overwrite is already managed in a single location in the main interpreter loop.
2015-03-08 19:29:41 -04:00
..
3rd Party Language: More code cleanup, status messages, dialog box, etc 2015-03-06 18:27:31 +11:00
Multilanguage More Updates related with Translations. 2015-03-04 18:38:06 -03:00
N64 System keep $zero overwrite prevention to a single location in CPU loop 2015-03-08 19:29:41 -04:00
Plugins add rdb option for selecting plugins game hack applies to 2015-02-26 21:57:51 +11:00
Settings fix memory leak in settings class 2015-03-04 05:56:13 +11:00
User Interface Language: More code cleanup, status messages, dialog box, etc 2015-03-06 18:27:31 +11:00
res git-svn-id: https://localhost/svn/Project64/trunk@6 111125ac-702d-7242-af9c-5ba8ae61c1ef 2008-11-14 20:51:06 +00:00
Multilanguage.h added a TODO for Multilanguage.h 2015-03-04 20:45:04 -03:00
N64 System.h Added GPL header 2012-12-19 20:30:18 +11:00
Plugin.h Create Plugin base to share functionality 2015-01-31 08:01:21 +11:00
Project64.dsp git-svn-id: https://localhost/svn/Project64/trunk@40 111125ac-702d-7242-af9c-5ba8ae61c1ef 2010-06-29 02:11:22 +00:00
Project64.exe.manifest Update Project64.exe.manifest 2015-02-15 19:52:59 -07:00
Project64.vcproj Strip out the CHMs and remove htmlhelp as it is no longer needed 2015-02-19 16:08:26 +11:00
Project64.vcxproj Update project settings for visual studio 2013 2015-02-20 20:09:05 +11:00
Project64.vcxproj.filters Strip out the CHMs and remove htmlhelp as it is no longer needed 2015-02-19 16:08:26 +11:00
Settings.h add rdb option for selecting plugins game hack applies to 2015-02-26 21:57:51 +11:00
Support.h Old common version.cpp and version.h is no longer required, remove it. 2015-02-17 21:00:44 +11:00
User Interface.h Add support for Visual Studio 2013 2015-01-27 16:07:44 +11:00
Version.h Update versions 2015-02-22 19:43:15 +11:00
WTL App.h Add support for Visual Studio 2013 2015-01-27 16:07:44 +11:00
main.cpp code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
stdafx.cpp #pull request 42 2015-02-01 06:27:27 +11:00
stdafx.h Move Project64 core over so resource file references version info from Version.h 2015-02-17 19:28:30 +11:00