Commit Graph

114 Commits

Author SHA1 Message Date
no 7994f21868 unknown string concatentation in CPU_Message and stdstr_f 2016-01-13 15:36:46 -05:00
no be2a5dba46 error: `sprintf' was not declared in this scope. 2016-01-13 10:01:40 -05:00
zilmar aea724b81a [Project64] Add stdafx.h 2016-01-13 22:53:48 +11:00
zilmar 7c4ffd9a07 [Project64] Remove windows.h from MemoryVirtualMem.cpp 2016-01-13 22:52:21 +11:00
zilmar c58f0ca470 [Project64] Get Dma.cpp to use memory management 2016-01-13 22:20:34 +11:00
zilmar 30841d5e31 [Project64] Get wGS to be windows only 2016-01-13 22:18:22 +11:00
zilmar 51cc15687d [Project64] get headers to be full path 2016-01-13 22:15:30 +11:00
zilmar 58f3502bd5 [Project64] Sync InterpreterOps32.cpp 2016-01-13 20:35:08 +11:00
zilmar 6164b45b6e [Project64] Sync InterpreterCPU.cpp and InterpreterOps.cpp 2016-01-13 20:33:17 +11:00
zilmar 43f34c9aff [Project64] Add Cmd_BaseDirectory 2016-01-13 18:23:22 +11:00
zilmar be7943a35d [Project64] Add linux friendly catch 2016-01-13 18:18:06 +11:00
zilmar 19135c41a7 Merge pull request #860 from cxd4/cdecl-lolwut
[core] Don't demand Win32-specific features like __cdecl.
2016-01-06 14:05:30 +11:00
no bb0a5f9849 [core] Prefer a CALL macro to centralize the convention. 2016-01-05 21:54:42 -05:00
no a038c21ea8 [core] Don't demand Win32-specific features like __cdecl. 2016-01-05 19:39:02 -05:00
no f83c4bda68 [core] fixed strtoul() for more compile errors 2016-01-05 19:09:10 -05:00
zilmar 96712e6042 [Project64] Clean up some of the includes 2016-01-05 16:58:31 +11:00
zilmar 860cc53e87 [Project64] fix zip includes 2016-01-05 07:59:16 +11:00
zilmar 50c4030c62 [Project64] remove CMipsMemory_CallBack 2016-01-05 07:46:56 +11:00
zilmar ff8623ad2c [Project64] Mempak uses standard types 2016-01-05 07:37:09 +11:00
zilmar 3ba0f072ce [Project64] Flashram to use standard types 2016-01-05 07:34:16 +11:00
zilmar 05602d1939 [Project64] Remove m_UseRegistry 2015-12-24 10:23:49 +11:00
zilmar 0211680a16 [Project64] Needed to update CodeSection.cpp 2015-12-24 07:38:50 +11:00
zilmar 73549ee72f {Project64] Convert internal strings to be utf8 instead of utf16 2015-12-24 07:04:36 +11:00
zilmar cf2d34fed3 [Project64] Cleanup ProfilingClass.cpp 2015-12-24 06:51:37 +11:00
zilmar 6ffd1663ca [Project64] Clean up FramePerSecondClass.cpp 2015-12-24 06:41:11 +11:00
zilmar fd5941fa35 [Project64] Cleanup 3rdParty/7zip.cpp 2015-12-24 06:34:47 +11:00
zilmar 2e4d73defa [Project64] Disable copy constructor for CSystemTimer 2015-12-23 13:29:01 +11:00
zilmar a05c3f5c00 Merge branch 'master' of https://github.com/project64/project64 2015-12-22 19:06:11 +11:00
zilmar 379cff09ae [Project64] Add Write32PifRam 2015-12-22 19:04:55 +11:00
zilmar e57ddf6181 [Project64] Add Write32CartridgeDomain2Address2 2015-12-22 17:09:27 +11:00
zilmar a8dacad8bf [Project64] Add Write32SerialInterface 2015-12-22 17:02:08 +11:00
zilmar d30e09c73f [Project64] Add Write32RDRAMInterface 2015-12-22 16:57:18 +11:00
zilmar 07f43c3a46 [Project64] Add Write32PeripheralInterface 2015-12-22 16:51:50 +11:00
zilmar 8a62fdf896 [Project64] Add Write32AudioInterface 2015-12-22 16:46:08 +11:00
zilmar 1a02c7130c [Project64] Add Write32VideoInterface 2015-12-22 16:40:19 +11:00
zilmar adc422fca7 [Project64] Add Write32MIPSInterface 2015-12-22 16:31:13 +11:00
no f0eef4df74 [core] fixed undeclared SSE2 intrinsics on non-Win32 2015-12-21 18:21:39 -05:00
zilmar 3a6df25a2c Merge pull request #840 from cxd4/fix-undeclared-functions
[core] Explicitly ensure that the necessary includes are included.
2015-12-22 09:13:55 +11:00
zilmar 15569ddb85 Merge pull request #841 from cxd4/no-more-__int64
[core] replaced surviving occurrences of __int64
2015-12-22 09:12:27 +11:00
zilmar 31159ed039 [Project64] Add Write32DPCommandRegisters 2015-12-22 08:49:58 +11:00
zilmar 34dab07f83 [Project64] Add Write32SPRegisters 2015-12-22 08:41:49 +11:00
no caee888b23 [core] replaced surviving occurrences of __int64 2015-12-21 16:38:56 -05:00
zilmar 0a8255bd39 [Project64] Add Write32RDRAMRegisters 2015-12-22 08:35:06 +11:00
zilmar d5ceb3d367 [Project64] Add Load32Rom 2015-12-22 08:24:37 +11:00
zilmar 4fe7ce8242 [Project64] Add Load32PifRam 2015-12-22 08:15:26 +11:00
zilmar 78af6b08a2 [Project64] Add Load32CartridgeDomain2Address2 2015-12-22 08:03:14 +11:00
no 3ac1103799 undeclared int8_t and other POSIX type names 2015-12-21 15:50:25 -05:00
no 0d2f09a840 undeclared strstr(), strchr(), strtoul(), atoi() and others 2015-12-21 15:38:52 -05:00
no a225ae2cf1 undeclared sprintf() 2015-12-21 15:36:48 -05:00
no ec23fd324d undeclared sprintf() 2015-12-21 15:35:11 -05:00