Commit Graph

2264 Commits

Author SHA1 Message Date
zilmar 466cae78db [Common] remove stdcall from CTHREAD_START_ROUTINE 2016-05-01 12:42:34 +10:00
exhalatio 8c34b2df9e Fix up Store Sram 2016-04-30 17:33:44 +09:00
433e5c7d9b [Common] gettid() not declared in this scope 2016-04-28 18:27:35 -04:00
21ebab7beb [Common] Be able to #include <Common/Thread.h>. 2016-04-28 17:28:48 -04:00
42d3c27e43 [Common] Thread.cpp 2016-04-28 17:23:40 -04:00
74a0262aeb [Common] DateTimeClass.cpp 2016-04-28 17:21:37 -04:00
f0b91770d9 [Common] Platform.cpp 2016-04-28 17:18:29 -04:00
83816d5113 [Common] MemoryManagement.cpp 2016-04-28 17:16:38 -04:00
zilmar d4bddb3892 [Project64] Clean up settings 2016-04-28 19:34:29 +10:00
zilmar c187bc1e91 [Common] Make Util.cpp more android friendly 2016-04-28 17:36:39 +10:00
zilmar f27579e527 [Common] Make Thread.cpp more android friendly 2016-04-28 17:34:09 +10:00
zilmar 1594c2bed9 [Common] Make SyncEvent.cpp more android friendly 2016-04-28 17:29:27 +10:00
zilmar b2545c108b [Common] Make path.cpp more android friendly 2016-04-28 17:28:22 +10:00
zilmar f83a700f54 [Common] Make MemoryManagement.cpp more Android friendly 2016-04-28 17:27:17 +10:00
zilmar 7df051c876 [Common] Make CriticalSection.cpp more android friendly 2016-04-28 17:25:46 +10:00
zilmar d76a5ce7a2 [Common] Add EntryExists to IniFileClass.cpp 2016-04-28 17:22:59 +10:00
zilmar 0a161408be [Common] Add thread to Common.vcxproj.filters 2016-04-28 17:20:44 +10:00
zilmar 3d67aa563d [Common] Get trace.cpp code more android friendly 2016-04-28 17:12:32 +10:00
zilmar 25056aa2e8 [Android RSP] Add hle RSP plugin for android 2016-04-28 17:09:44 +10:00
MELERIX f0fc530431 Merge https://github.com/project64/project64 into crapware 2016-04-28 01:36:55 -03:00
8aefa061a7 compiles for a static library on Linux 2016-04-27 22:44:01 -04:00
MELERIX ecf463045d Merge https://github.com/project64/project64 into crapware 2016-04-27 21:53:22 -03:00
zilmar d1a8271b36 [Project64] Fix up unique save dirs 2016-04-22 16:44:41 +10:00
zilmar 699f70a0d5 Merge branch 'master' of https://github.com/project64/project64 2016-04-22 06:30:51 +10:00
zilmar 02d7ac014e [Project64] Make sure each game has a unique save dir 2016-04-22 06:29:55 +10:00
1520aaa21f Constrict window message initializers as ANDROID- and WIN32-only. 2016-04-21 00:47:20 -04:00
5ca3354acb unresolved vsprintf() 2016-04-21 00:30:26 -04:00
6be92e9795 standardized zip API #include 2016-04-20 23:55:37 -04:00
zilmar 4e0103b897 [Project64] Get load save state to use cfile 2016-04-21 07:21:15 +10:00
zilmar 112ea9d8da [Project64] Make saving states more cross platform 2016-04-20 19:18:13 +10:00
zilmar 1e222705e4 [Project64] Add platform.h to x86CodeLog.cpp 2016-04-20 19:16:02 +10:00
zilmar 9bcacfb8c3 [Project64] Remove windows.h from x86CodeLog.cpp 2016-04-20 07:57:43 +10:00
zilmar ae266729af [zlib] Add some fixes to deal with smaller types 2016-04-20 07:54:23 +10:00
zilmar e8ab06fac3 [Project64] Get x86CodeLog to use Clog 2016-04-19 20:38:14 +10:00
zilmar b93421c502 [Common] Clean up log class 2016-04-19 20:37:41 +10:00
zilmar f5cf17903b [Project64] Clean up testing around rom list refresh 2016-04-19 17:46:38 +10:00
zilmar 78b7cfe38f [Project64] Change sram to use cfile 2016-04-19 07:29:24 +10:00
zilmar a76a174246 [Project64] Make plugins handle android better 2016-04-18 19:38:20 +10:00
zilmar b55cc5f78e [Project64] fix up so trunc is in for Visual Studio 2012 2016-04-18 17:20:12 +10:00
zilmar 88cdfd58bb [Project64] Add move RomList.cpp in to Core 2016-04-18 17:19:08 +10:00
zilmar 91d88a8191 [Project64] Get Rom List to use common/thread 2016-04-18 16:57:49 +10:00
zilmar 9d5a33df6a [Project64] Use thread class for emulation thread 2016-04-18 05:52:09 +10:00
zilmar bddd3841cc [Common] Add thread class 2016-04-18 05:34:47 +10:00
zilmar 1daa43a6d8 [Project64] Remove windows.h from MemoryVirtualMem.cpp 2016-04-18 05:07:30 +10:00
zilmar 7fec071afc [Project64] Add RomList logging information 2016-04-18 05:06:30 +10:00
zilmar 2d76718d35 [Project64] Make sure pause from menu is always set 2016-04-18 05:05:31 +10:00
zilmar 39a1f4f058 [Project64] Have RomBrowser store internal data as utf8 2016-04-16 19:55:32 +10:00
zilmar 59a4b1de68 Merge branch 'master' of https://github.com/project64/project64 2016-04-16 09:26:19 +10:00
zilmar 58bd4c2adf [Project64] Add CN64Rom::CleanRomName 2016-04-16 09:17:37 +10:00
zilmar c73d91de92 [Project64] Use cfile for looking at an uncompressed file (Rom Browser) 2016-04-16 09:08:44 +10:00
zilmar cad6d7db7b [Project64] Clean up some logging in RomList.cpp 2016-04-16 09:06:57 +10:00
zilmar c72e72a073 [Project64] Remove passing directory in FillRomList 2016-04-16 08:56:10 +10:00
zilmar 98230eb48a [Project64] Move Watch dir code back to rom browser 2016-04-16 06:58:31 +10:00
zilmar 4b70b1c941 [Project64] Make GetCicChipID just in one location in the CN64Rom class 2016-04-15 08:38:02 +10:00
zilmar 71454df424 [Project64] Make sure 7z in rombrowser is win32 only 2016-04-15 08:29:45 +10:00
zilmar 3007139446 [Project64] Remove SelColorBrush from ROM_INFO 2016-04-15 08:26:02 +10:00
zilmar 5b5d30cb69 [Project64] Rename RefreshRomBrowser to RefreshRomList 2016-04-15 08:07:34 +10:00
zilmar bdda447d47 [Project64] Add Romlist to vs 2008 project 2016-04-15 06:42:17 +10:00
zilmar e339b7d787 [Project64] Add some logging to RomList.cpp 2016-04-14 22:18:21 +10:00
zilmar df7f0e524d Merge branch 'master' of https://github.com/project64/project64 2016-04-14 20:15:04 +10:00
zilmar 46e345f99e [Project64] Separate rom list management from Rom Browser 2016-04-14 19:35:08 +10:00
zilmar dfc8b750a3 [Project64] Add UISettings file to visual studio 2008 project 2016-04-14 04:47:36 +10:00
zilmar a1787f7448 [Project64] Add missing UISettings files 2016-04-14 04:29:27 +10:00
zilmar 0b74207b20 [Project64] Clean up RomBrowser.h 2016-04-13 18:06:11 +10:00
zilmar d2d0cc7e2e [Project] Separate out UI settings from core settings 2016-04-13 17:34:19 +10:00
zilmar 500ebf70af Merge pull request #1059 from cxd4/sizeof
Use sizeof() to eliminate respecification of array bounds.
2016-04-13 16:03:32 +10:00
98383267ba Just say 0x10000, not 1 << 16. 2016-04-12 16:55:54 -04:00
cd3960411a Use sizeof() to eliminate respecification of array bounds. 2016-04-12 11:50:57 -04:00
6123eb3df9 [Cheats UI] leftover references to std::strtoul 2016-04-12 11:42:18 -04:00
zilmar 4ee91c655c {project64] Add header to RomBrowserClass.cpp 2016-04-12 19:55:34 +10:00
zilmar 94f71e21be {Project64] Clean up NotificationClass.cpp 2016-04-12 19:54:47 +10:00
zilmar 07c6db1cce [Project64] Cleanup MenuShortCuts.cpp 2016-04-12 19:53:35 +10:00
zilmar 8a5c3990fb [Project64] Clean up UserInterface/MainMenuClass.cpp 2016-04-12 18:13:23 +10:00
zilmar b1239a44b5 [Project4] Clean up GuiClass.cpp 2016-04-12 18:07:01 +10:00
zilmar 13cfd8b728 [Project64] in CheaeClassUI.cpp change std::strtoul to strtoul 2016-04-12 18:01:11 +10:00
zilmar 5942722436 [Project64] Cleanup Settings/SettingsPage.h 2016-04-12 17:57:31 +10:00
zilmar 04747706f2 [Project64] Cleanup Settings/SettingsPage-Game-Status.cpp 2016-04-12 17:55:36 +10:00
zilmar 7424f8bd9d [Project] Update FindFirst attributes in Common/path.h 2016-04-12 17:53:40 +10:00
9ec5f74e13 memcpy() instead of delaying a fix to flash RAM byte order 2016-04-11 21:44:11 -04:00
d3794b4d02 fixed undefined type error in flash pre-buffer aliasing 2016-04-11 21:20:08 -04:00
zilmar afb194ca07 [Project64] Rmove windows.h from Flashram code 2016-04-11 18:28:18 +10:00
zilmar fe8b20e9d1 {Projct64] Put end emulation menu option in critical section 2016-04-02 21:34:28 +11:00
zilmar 5c84e78ee1 [Project64] do not use g_MMU in MemoryFilter if g_MMU is null 2016-04-02 21:32:09 +11:00
zilmar 5f5d24e7e9 [Project64] Remove settings from cfg file if match default 2016-04-02 20:47:01 +11:00
zilmar f0e422742e [Glide64] Make sure settings for game settings are saved 2016-04-02 20:46:22 +11:00
zilmar 723ecb80b3 [Glide64] Update game settings correctly based on selection 2016-04-02 20:44:29 +11:00
zilmar 9cfaede4eb [Glide64] Only add Texture config page when created 2016-04-02 20:01:37 +11:00
daf4e9aa6e [Glitch64] removed some leftover remnants of SDL in make script 2016-04-01 01:54:34 -04:00
f22f20e1ee [Glide64] wx stuff is irrelevant to PJGlide64 now. 2016-04-01 01:54:05 -04:00
10e7853c42 [Glitch64] Add Unix shell script for static Glitch64 lib. 2016-04-01 01:50:13 -04:00
eefbbd82c8 [Glide64] Add Unix shell script for linking against Glitch64. 2016-04-01 01:49:42 -04:00
b1ccf4a1ad [Glide64] got it compiling on Linux 2016-03-28 18:50:01 -04:00
485538d9c0 [Glide64] Only ban Set_Resolution for Android? 2016-03-28 17:20:48 -04:00
zilmar 8709d60852 Merge pull request #1051 from cxd4/Glitch64-fixes
[Glitch64] compiles now on Linux w/o warnings or errors
2016-03-29 07:19:04 +11:00
ec36ce09d2 [Glitch64] Throw an error if initializing GL on non-Windows. 2016-03-28 15:57:13 -04:00
1154a8f209 [Glitch64] Actually, never include SDL.h. 2016-03-28 15:53:47 -04:00
1c08efdd44 [Glitch64] Temporarily include SDL for non-WIN32, non-Android. 2016-03-27 17:53:15 -04:00
zilmar 0a40991049 [Glide64] Fix build problem 2016-03-28 08:19:29 +11:00
2918d6f6fe [Glitch64] fixed an indirect WIN32-ism of unknown origin 2016-03-27 17:09:52 -04:00
57f082f185 [Glide64] [Glitch64] fixed non-WIN32 regressions from 52aea87 2016-03-27 12:51:14 -04:00
zilmar 512a5978ad Merge pull request #1046 from cxd4/fix-glitch64-GL-extensions
[Glitch64] Fix missing GL extension prototypes on non-ES, non-WIN32 systems.
2016-03-27 07:34:00 +11:00
3f02994b18 Any non-GLES platform will need these defined. 2016-03-25 22:16:58 -04:00
b12d729144 Macro-out extension names on platforms where they are core. 2016-03-25 22:16:32 -04:00
2d7418c17c Only use #ifdef _WIN32 for WIN32-specific things, thanks. 2016-03-25 21:56:01 -04:00
0d3d42c7f9 standards-compliant #include of Util.h 2016-03-25 21:26:53 -04:00
d3f00b9897 Don't use _WIN32 to detect non-Android platforms. 2016-03-25 21:20:06 -04:00
zilmar ec23b07302 [Project64] Fix up plugin registering settings with default setting 2016-03-22 07:55:44 +11:00
Nekokabu aa4cc8afce Update MemoryVirtualMem.cpp 2016-03-21 23:00:21 +09:00
Nekokabu 667f95fe47 Update FlashRam.cpp 2016-03-21 22:59:13 +09:00
AmbientMalice a8d4c8e78b Port @Gonetz Bomberman 2 blend mode to Glide64.
I haven't tested this personally, since I can't load the save states because PJ64 has broken save state loading. But it should work. I personally want to see Glide64 replaced as soon as possible, but there's no harm porting such an obvious bug fix.
2016-03-21 11:33:31 +10:00
purplemarshmallow d46a9bc55a correct SemaphoreExit 2016-03-20 20:06:39 +01:00
purplemarshmallow ca3eacab27 add new per-game settings to the PJ64 RSP
mfc0 exit count and semaphore exit
2016-03-20 17:12:13 +01:00
zilmar fbcf54f306 Merge pull request #1024 from JunielKatarn/fix_glitch64_x64
Exclude OGLESwrappers.cpp also from x64 build.
2016-03-14 13:57:55 +11:00
Julio C. Rocha f8d9275dba Exclude OGLESwrappers.cpp also from x64 build. 2016-03-13 18:00:36 -07:00
Julio C. Rocha 3045fea07e Remove wxWidgets and SDL references from VCXPROJ files. 2016-03-11 19:00:15 -08:00
zilmar 52aea8738f [Glide64] Fix up to work on android 2016-03-11 05:29:41 +11:00
zilmar a7a0974b88 [Glide64] Move CHECK_FRAMEBUFFER_STATUS out of header 2016-03-11 05:06:18 +11:00
zilmar 00150137b3 [Glide64] Rename globals width and height to g_width and g_height 2016-03-11 04:21:56 +11:00
zilmar d0f8bfe763 [3rd Party] Remoe SDL 2016-03-10 22:21:26 +11:00
zilmar 959a77dcde [Project64] Use setting to get log dir 2016-03-10 22:15:40 +11:00
zilmar 043f0465cb [Glide64] Make Hi Res logs use char instead of wchar_t 2016-03-10 22:14:33 +11:00
zilmar 68a8ed0369 [3rd Party] Remove WX library 2016-03-09 20:57:14 +11:00
zilmar 6b1a02ee20 [Glide64] Missed added the resource items 2016-03-09 17:49:38 +11:00
zilmar b6f09f2df5 [Project64] Use WTL for config window 2016-03-09 17:44:01 +11:00
zilmar c9057b55f2 [Glide64] Add wtl about window 2016-03-09 09:22:28 +11:00
zilmar 9c8678482f [Glide64] fix up settings defaults 2016-03-09 08:55:19 +11:00
zilmar 19913f206b [Glide64] Make Set_Resolution, Set_wrpResolution windows only 2016-03-08 17:45:38 +11:00
zilmar b300eb6f6b [Glide64] Cleanup Config.h 2016-03-08 17:43:37 +11:00
zilmar 8ccee4b77a [Glide64] #include <memory> to Main.cpp 2016-03-08 17:36:18 +11:00
zilmar e29eb15cf4 [Glide64] Rename global romopen to g_romopen 2016-03-08 17:31:08 +11:00
zilmar 0fcb844ad7 [Glide64] Update usage of grQueryResolutionsExt 2016-03-04 08:01:02 +11:00
zilmar 4ac4885bda Merge branch 'master' of https://github.com/project64/project64 2016-03-04 06:19:29 +11:00
zilmar 0e0702fd42 [Glitch64] change grQueryResolutionsExt(FxI32*) to grQueryResolutionsExt(int32_t*) 2016-03-03 21:10:30 +11:00
zilmar 0a4e436c07 [Settings] Add RegisterSetting2 2016-03-03 21:07:16 +11:00
zilmar 2c648bd750 [Project64] Remove RomInformationClass.h from proect 2016-03-03 21:06:08 +11:00
zilmar 732ebbbcbf {Projet64] Remove MemoryClass.h from project 2016-03-03 21:04:33 +11:00
purplemarshmallow 271d4699b7 replace tabs with spaces 2016-02-29 23:06:42 +01:00
purplemarshmallow e85a14904b [Glide64] fix up LLE
Based on GLideN64
World Driver Championship now works with Glide64. A bit buggy still...
2016-02-29 18:27:04 +01:00
zilmar c12cd90928 [Project64] Fix up property sheets and project settings 2016-02-25 06:52:27 +11:00
zilmar d05f1fe43c [Glide64] Change the screen capture code to not use wx 2016-02-24 21:55:42 +11:00
zilmar fc304ec1dd [Project64] Eeprom should not try to write if read only 2016-02-24 18:10:27 +11:00
zilmar b59abd05fb [Glide64] replace wxDateTime with CDateTime 2016-02-24 18:07:50 +11:00
zilmar 8d6e71fa0a [Common] Add Date Time Class 2016-02-24 17:59:29 +11:00
Nicholas 1ed5b044b3 [Project64] fix issue in 2012 2016-02-24 10:06:52 +11:00
Nicholas 83490b75b6 [RSP] Fix linkage issue 2016-02-24 10:06:11 +11:00
zilmar 4d5f70cdd9 [3rd Party] Add png for vs 2008 2016-02-23 07:21:15 +11:00
zilmar 0ef39b2e78 [3rd Party] Add png 1.4.7 2016-02-22 17:12:55 +11:00
zilmar 79349daf0b [Glide64] make sure we have Set_log_dir 2016-02-22 17:11:13 +11:00
6075a2f4a3 [RSP] Macro-out some more WIN32 UI-specific stuff. 2016-02-15 15:55:07 -05:00
b349f3c239 [RSP] Use the central EXPORT #define for spec funcs. 2016-02-15 15:10:49 -05:00
30aedd45ba [RSP] typo in re-compiler ops 2016-02-15 14:12:33 -05:00
3d7346239d [RSP] Optimize compiling scalar whole selections. 2016-02-15 13:39:28 -05:00
zilmar 818f1998e0 Merge pull request #1001 from cxd4/rsp-kill-main-errors
[RSP] Kill all errors related to BOOL/TRUE/FALSE.
2016-02-16 04:01:44 +11:00
6eed5ce876 [RSP] fixed all BOOL/TRUE/FALSE errors 2016-02-14 14:01:49 -05:00
9c9ffeed06 [RSP] fixed a couple more case-sensitive header includes 2016-02-14 13:52:55 -05:00
c20af1aff1 [RSP] s/BOOL/Boolean 2016-02-14 13:49:47 -05:00
zilmar 9b39879a32 [Glide64] Change display_warning to WriteTrace 2016-02-14 19:59:33 +11:00
zilmar 89162c784e [RSP] Fix compile issues 2016-02-14 17:03:35 +11:00
zilmar 761ecedb4a Merge pull request #1000 from cxd4/umm-ya-dunno-wot-goes-here
[RSP] Attempt to typedef-out WIN32 types to custom standards?
2016-02-14 16:33:22 +11:00
zilmar 5b8ae661fb Merge pull request #999 from cxd4/rsp-dma-compiles
[RSP] Get Dma.c to compile without errors/warnings outside Windows.
2016-02-14 16:32:27 +11:00
zilmar 4004303854 Merge pull request #994 from cxd4/even-moar-rsp-things
[RSP] Get Main.cpp to start to compile outside of Windows.
2016-02-14 16:28:24 +11:00
1eb6dafd65 [RSP] Without MessageBox(), windows.h has no use here. 2016-02-13 16:42:58 -05:00
00cc4344d7 [RSP] Attempt to typedef-out WIN32 types to custom standards? 2016-02-13 15:14:44 -05:00
dd6a6fcc94 [RSP] dma.c: unresolved memcpy() 2016-02-13 15:01:41 -05:00
74b72ba294 [RSP] dma.c: Replace windows.h by using DisplayError(). 2016-02-13 14:58:42 -05:00
c8dc0478f0 [RSP] dma.c: Use standard integer types. 2016-02-13 14:33:16 -05:00
e20b80e65c [RSP] Try to introduce a new type for Booleans. 2016-02-11 20:15:19 -05:00
e14b9d5c58 [RSP] Try to use JunielKatarn's error paste to sync Main.cpp. 2016-02-11 17:23:50 -05:00
2a13b62d0f [RSP] Remove _WIN32-isms from body def. to AsciiToHex. 2016-02-11 17:00:30 -05:00
9b5f429a97 [RSP] Get Main.cpp to start to compile (no fatal errors). 2016-02-11 16:45:04 -05:00
a774c8c5fd [RSP] Main.cpp: Macro out #include requiring _WIN32. 2016-02-11 16:44:13 -05:00
2c5203c534 [RSP] s/opcode.h/OpCode.h 2016-02-11 16:42:40 -05:00
zilmar caf22acb68 Merge pull request #993 from cxd4/moar-rsp-things
[RSP] Get Dma.c to start to compile outside Windows.
2016-02-11 21:37:05 +11:00
zilmar d06359447e Merge branch 'master' of https://github.com/project64/project64 2016-02-11 20:59:39 +11:00
zilmar d70f9a6733 [Glide64] Fix up a lot of the logging code 2016-02-11 20:58:42 +11:00
1be25ea698 [RSP] s/types/Types 2016-02-11 03:33:11 -05:00
39387f6ec0 [RSP] memory.h: Get rid of #include <windows.h>. 2016-02-11 03:31:24 -05:00
88289a4ebf [RSP] Match BOOL w/ int for ABI strictness. 2016-02-11 03:25:33 -05:00
41cf392840 [RSP] Substitute uint32_t for DWORD. 2016-02-11 03:23:15 -05:00
34ae28fdea [RSP] Replace HINSTANCE/HWND/etc. with void* to match PJ64. 2016-02-11 03:18:00 -05:00
9ed9529cfe [RSP] Fix #include Rsp.h for file system case-sensitivity. 2016-02-11 03:04:45 -05:00
zilmar 6bdd5dd330 [Glide64] Clean up FBtoScreen.cpp 2016-02-11 18:13:51 +11:00
zilmar fb82959863 [Glide64] Change UNIMPMODE(); to use new trace 2016-02-10 21:50:00 +11:00
zilmar d8e8523983 [Settings] Sync code 2016-02-10 19:57:41 +11:00
zilmar 7a638a3d7d Merge pull request #990 from death-droid/PakInitQuickfix
Ensures paks are only being initialized when they have actually been …
2016-02-10 19:49:30 +11:00
zilmar e8d5e8be9c [Glide64] Remove LOG_KEY 2016-02-10 18:13:49 +11:00
zilmar 38ce8a3c83 [Glide64] Setup Tracing 2016-02-10 18:10:12 +11:00
zilmar c017515247 [Glide64] Add dependancy of zlib to GlideHQ 2016-02-10 18:07:03 +11:00
zilmar 5ddc89571f [Glide64] Get text cache to use char * 2016-02-10 18:02:20 +11:00
zilmar 3d384808bd [Glide64] Remove SDL from TexCache.cpp 2016-02-10 17:50:24 +11:00
zilmar 236a4d2704 Merge branch 'master' of https://github.com/project64/project64 2016-02-10 17:47:17 +11:00
LegendOfDragoon b483b76504 Optimize UpdateTimers for when wired != 0 2016-02-09 18:20:05 -08:00
LegendOfDragoon b066192abf Optimize commonly executed loop in PI_DMA_WRITE 2016-02-09 18:13:21 -08:00
LegendOfDragoon ad5370a252 Statically round up PI_WR_LEN_REG to nearest even 2016-02-09 17:21:29 -08:00
LegendOfDragoon cb3ada6ece Optimize CheckInterrupts
Using local variables significantly improves the performance.
2016-02-09 16:59:46 -08:00
Emmet Young c696cb79c3 Ensures paks are only being initialized when they have actually been selected, Transferpak needs multi controller support eventually as it currently just loads from the one singular option. 2016-02-09 18:57:30 +11:00
zilmar a43449ea0e Merge pull request #987 from cxd4/settings
[Settings] Get it building on non-Windows platforms.
2016-02-09 10:55:19 +11:00
fd4c2902d2 [Settings] added working Unix build shell script 2016-02-06 17:35:50 -05:00
56ed3cbc66 [Settings] unresolved strlen() 2016-02-06 17:34:46 -05:00
7e7f78630c [Settings] _snprintf is #define'd in Common/Platform.h. 2016-02-06 17:33:46 -05:00
4dcc7eda5c [Settings] Replace DWORD w/ unsigned long or maybe uint32_t. 2016-02-06 17:31:52 -05:00
393cbc09dd [Settings] Remove windows.h to see why we need it. :P 2016-02-06 17:25:04 -05:00
3038a8f288 [Settings] #define EXPORT to abolish some MSVC-isms. 2016-02-06 17:23:27 -05:00
zilmar 26565f1a9b Merge pull request #986 from Nekokabu/patch-2
disable some trying to store XXXXXXXX error
2016-02-07 06:16:53 +11:00
zilmar c7635a8194 Merge pull request #985 from cxd4/common-shell-x64PIC
[Common] 64-bit needs -fPIC for sectional linkage.
2016-02-07 06:15:56 +11:00
Nekokabu b9b64035b5 disable some trying to store XXXXXXXX error 2016-02-06 23:05:32 +09:00
37f41f2d45 [Common] 64-bit needs -fPIC for sectional linkage. 2016-02-06 05:36:44 -05:00
LegendOfDragoon e08b1b93ec Optimize UpdateTimers 2016-02-06 00:07:15 -08:00
zilmar 917d90b057 Merge pull request #981 from cxd4/glide-trace-string
[Glide64] undeclared memset and strlen in trace.cpp
2016-02-06 13:11:04 +11:00
a8fa006740 [Glide64] undeclared memset and strlen in trace.cpp 2016-02-05 18:53:58 -05:00
zilmar 3ab7328daf Merge pull request #979 from cxd4/patch-1
[Common] leftover remnant of Win32 command shell
2016-02-06 06:56:09 +11:00
zilmar 3bc6aa55cc Merge pull request #978 from cxd4/glitch-WriteTrace
[Glitch64] unresolved reference to old macro LOG()
2016-02-06 06:55:07 +11:00
zilmar bdeeef1fd5 Merge pull request #977 from cxd4/glitch-includes
[Glitch64] need forward slashes for C standard paths
2016-02-06 06:54:35 +11:00
cxd4 1580876b15 [Common] leftover remnant of Win32 command shell
I found out the hard way while getting `libglitch64.a` to link into PJ64 Glide64 on Linux that I was getting an 8-byte static library file.  This was because the Unix shell variable `$OBJ_LIST` was null, due to using the `set` keyword which was a result of lazy copy pasta while porting my MinGW script to compile the PJ64 Common library on Windows.
2016-02-05 03:32:43 -05:00
3609ca388e [Glitch64] unresolved reference to old macro LOG() 2016-02-05 02:57:00 -05:00
8e11a9e1ae [Glitch64] need forward slashes for C standard paths 2016-02-05 02:46:48 -05:00
ab55df84e2 [Glide64] fixed yet again the case-sensitive include 2016-02-04 20:48:44 -05:00
zilmar 2ec7a92dfc Merge pull request #973 from cxd4/mempak-OCD
[Project64-core] OCD clean-ups with the mempak unit
2016-02-05 08:23:14 +11:00
zilmar e5cd8765f8 Merge pull request #972 from cxd4/mempak-stdio
[Project64-core] Have stdio.h to guarantee fopen() and fclose().
2016-02-05 08:21:06 +11:00
cf221dc21b Don't use lowercase digits in hex. 2016-02-04 14:47:47 -05:00
3dbe8d1494 padding by saying + 0 for consistency 2016-02-04 14:40:45 -05:00
ebbecdef7e 0x8000 = 32768 = pages * bytes_per_page 2016-02-04 14:39:43 -05:00
8be4b5bb0e Use size_t. 2016-02-04 14:37:54 -05:00
b50313da98 Use sizeof() instead of re-pasting a size literal. 2016-02-04 14:37:27 -05:00
a8116b0908 Technically, Initialize[] is an array, not a pointer. 2016-02-04 14:35:00 -05:00
17a2b6e8fc Make it const since we'll never write to it. 2016-02-04 14:34:07 -05:00
25c537613e *Statically* allocate mempak page 0 buffer. 2016-02-04 14:32:43 -05:00
ab7671964b Re-express Mempaks[][] allocation as pages * bytes_per_page. 2016-02-04 14:30:23 -05:00
41ff26122a Have stdio.h to guarantee fopen() and fclose(). 2016-02-04 14:16:46 -05:00
53e07d02e2 Have <memory> included to guarantee std::auto_ptr. 2016-02-04 14:09:56 -05:00
zilmar d6722faee6 [Glide64] Clean up GlideHQ/TxHiResCache.cpp 2016-02-05 04:35:02 +11:00
zilmar d8a35cbfba [Glide64] Clean GlideHQ/TxFilter.cpp 2016-02-05 04:32:36 +11:00
zilmar b2541f40bd [Glide64] Cleanup GlideHQ/TxDbg.cpp 2016-02-05 04:31:18 +11:00
zilmar 0ebcf6d608 [Glide64] Clean up GlideHQ/TxCache.cpp 2016-02-05 04:28:21 +11:00
zilmar 612bbb71e5 [Project64] Add GBCart.cpp to vs2008 2016-02-04 22:03:16 +11:00
zilmar 1c10025848 [Project64] Add N64System\Mips\Transferpak.cpp to vs2008 project 2016-02-04 21:57:34 +11:00
zilmar 77665d7278 [Glide64] Remove 3rdParty/glide 2016-02-04 21:50:43 +11:00
zilmar a99a64dc03 [Glide64] Fix up missing log message 2016-02-04 21:49:54 +11:00
zilmar 7fe12881df [Project64] Use Common/stdtypes.h instead of stdint.h 2016-02-04 21:28:07 +11:00
zilmar 3914220a30 Merge pull request #965 from death-droid/TransferPack
Transfer pack
2016-02-04 21:24:47 +11:00
zilmar 4921024636 [Glide64] New trace method 2016-02-04 21:22:19 +11:00
zilmar e9c3d01d38 [Glide64] Clean up OGLcombiner.cpp 2016-02-04 19:45:53 +11:00
zilmar ee5a59910c [Glide64] Clean up OGLgeometry.cpp 2016-02-04 19:34:02 +11:00
zilmar 009dfa94f3 [Glide64] Clean up OGLtextures.cpp 2016-02-04 17:08:24 +11:00
Emmet Young 494ad71352 Change declaration, we should only need int. 2016-02-04 12:57:09 +11:00
zilmar eab47fdd82 [Glide64] Clean up OGLglitchmain.cpp 2016-02-04 08:21:30 +11:00
Emmet Young e6b1fd3aec Fix up reading and writing of the RTC data to the save file.
Correct the RTC emulation behaviour, made it more like NRAGES, various emulators i was basing mine off seemed to not correctly update the RTC.
2016-02-04 00:33:03 +11:00
Emmet Young dd7cf4af10 Missed two frees, when swapping out for deletes 2016-02-03 13:42:06 +11:00
Emmet Young 26d4bea1f1 Switch to using an auto_ptr for our buffers, and switch fopen/fwrites. to make use of the CFile class. 2016-02-03 13:34:52 +11:00
Emmet Young 696d419e5b Improve behaviour of MBC3 if statements. 2016-02-02 19:44:18 +11:00