Commit Graph

3251 Commits

Author SHA1 Message Date
zilmar 52063e57aa Merge pull request #1143 from Frank-74/patch-4
Fix Save Lag
2016-07-05 04:20:44 +10:00
Frank-74 a673aa3295 Fix Save Lag 2016-07-04 19:16:38 +01:00
zilmar 4fc1869a8c [Project64] Use m_Opcode directory on load ops 2016-07-04 21:51:30 +10:00
zilmar f7b254a191 [Project64] Add some spaces to MemoryVirtualMem.h 2016-07-04 19:25:39 +10:00
zilmar cb6fd2a15a [Project64] Fix version script to work with spaces in name 2016-07-04 19:06:00 +10:00
zilmar 836fe7e8b4 [Project64] Fix up some spacing in MemoryVirtualMem.cpp 2016-07-04 19:05:09 +10:00
zilmar ca9a85241a [Project64] Fix call to setting to CDMA 2016-07-04 18:09:23 +10:00
zilmar 778caf78f0 [Project64] Get x86/x86RecompilerOps.cpp to use an base interface 2016-07-04 17:51:11 +10:00
zilmar cd0f305124 [Project64] Remove CRecompilerOps from CMipsMemoryVM 2016-07-03 20:17:45 +10:00
zilmar c46e8ccd8f [Project64] Make sure upload script allows apk file 2016-07-03 19:41:36 +10:00
zilmar 53e728d5c2 [Upload Script] Ignore error on login 2016-07-03 18:31:17 +10:00
zilmar c84245bde6 [Android] Add git version number to apk file 2016-07-03 18:24:10 +10:00
zilmar febb99305b [Project64] Make sure logs are restarted in save states 2016-07-03 16:34:47 +10:00
zilmar 433c76446b [Project64] Move more x86 code in to x86/x86RecompilerOps.cpp 2016-07-03 15:22:14 +10:00
zilmar 9e0459cf5a Merge branch 'master' of https://github.com/project64/project64 2016-07-03 07:04:56 +10:00
zilmar 095dfe82c9 Merge pull request #1137 from Nekokabu/patch-2
Update GuiClass.cpp
2016-07-03 07:03:45 +10:00
Nekokabu 5ef8beeacb Update GuiClass.cpp
Fixed cannot start the emulation in Win10.
2016-07-02 22:35:11 +09:00
zilmar 78b6f9cc66 [Project64] Change branch to use enum instead of callback 2016-06-30 19:11:46 +10:00
zilmar 451b803439 [Project64] Fix some formatting in VirtualMem.cpp 2016-06-30 18:12:48 +10:00
zilmar beada98cf5 [Project64] Add trace if deleting thread object in thread 2016-06-30 18:11:08 +10:00
zilmar c8cd2914a6 {project64] Move compiling load/store instructions in to x86/x86RecompilerOps.cpp 2016-06-29 23:40:36 +10:00
zilmar 97816b15c9 Merge pull request #1135 from cxd4/trying
[Common] s/tryinng/trying
2016-06-29 17:02:53 +10:00
c83f3d56dd style 2016-06-29 02:56:43 -04:00
3296c92cb0 trying 2016-06-29 02:54:53 -04:00
zilmar 464023091d Merge branch 'master' of https://github.com/project64/project64 2016-06-28 21:25:32 +10:00
zilmar 519ac09711 [project64] Make RecompPos a global 2016-06-28 21:22:30 +10:00
zilmar 58821e380c Merge pull request #1134 from purplemarshmallow/blend
[Glide64] add special blend modes for Pokemon Stadium games
2016-06-28 20:09:56 +10:00
purplemarshmallow 45cc425ab7 [Glide64] add special blend modes for Pokemon Stadium games
taken from
74612aaa6e
2016-06-28 10:35:26 +02:00
zilmar 2e0cc5d5bc Merge pull request #1133 from cxd4/WriteTrace-no-crash
[Common] Evade null pointer exception while tracing pre-AppInit().
2016-06-28 16:01:23 +10:00
beb56dd72f [Common] Evade null pointer exception while tracing pre-AppInit(). 2016-06-28 01:45:54 -04:00
zilmar 46c6a6b0df Merge pull request #1132 from cxd4/g_-to-m_
Fix unresolved g_RecompPos to name m_RecompPos.
2016-06-28 15:40:19 +10:00
ca5dbf181d Fix unresolved g_RecompPos to name m_RecompPos. 2016-06-28 01:35:15 -04:00
zilmar 1e2cc8eb90 [Project64] Get x86ops to use a function not a macro 2016-06-28 06:12:04 +10:00
zilmar 00cf9eb14d [Project64] #include reginfo.h to JumpInfo.h 2016-06-28 04:15:12 +10:00
zilmar 78184ad32a [Project64] Code clean up of ExitInfo.h 2016-06-28 04:13:35 +10:00
zilmar 577221ad13 [Project64] Fix visual studio 2008 project for renaming RegInfo.cpp 2016-06-28 04:12:48 +10:00
zilmar 1f1c1b75f5 Merge pull request #1129 from cxd4/x86
Synchronise to upstream x86 compiler unit name changes.
2016-06-28 04:08:35 +10:00
7b6c9bd33f X86ops.cpp => x86/x86Ops.cpp 2016-06-27 13:50:55 -04:00
1a728abba2 RegInfo.cpp => x86/x86RegInfo.cpp 2016-06-27 13:47:01 -04:00
46c8876774 RecompilerOps.cpp => x86/x86RecompilerOps.cpp 2016-06-27 13:45:01 -04:00
8222cf0cd1 x86CodeLog.cpp => RecompilerCodeLog.cpp 2016-06-27 13:41:26 -04:00
zilmar b2bc2245d7 [Project64] Rename RegInfo.cpp to x86/x86/x86RegInfo.cpp 2016-06-27 21:49:15 +10:00
zilmar 53e5ec1866 [Project64] remove m_Rom from CCheats 2016-06-27 20:57:06 +10:00
zilmar f544308495 [Project64] Rename x88ops.cpp to x86/x86ops.cpp 2016-06-27 20:54:53 +10:00
zilmar a931fff6bb [Project64] Rename RecompilerOps to x86/x86RecompilerOps.cpp 2016-06-27 20:31:18 +10:00
zilmar 11be52a917 [Project64] Rename x86CodeLog.cpp to RecompilerCodeLog.cpp 2016-06-27 17:26:35 +10:00
zilmar 562f791f37 Merge pull request #1128 from cxd4/s/exists/exist
s/not exists/not exist
2016-06-26 08:04:47 +10:00
c557f60e74 s/not exists/not exist 2016-06-25 16:54:24 -04:00
zilmar 7ded72f6ee [Common] Keep better track of the thread id 2016-06-16 21:13:29 +10:00
zilmar 6093ed6a41 [Project64] Make sure variable when no system are static 2016-06-16 20:59:13 +10:00