zilmar
8dff00f3aa
[Project64] in CN64System::Pause only display message id pause fromm menu
2016-06-04 18:25:14 +10:00
zilmar
e90d65caaa
[Project64] In CSystemEvents::QueueEvent set m_bDoSomething after adding to the queue
2016-06-04 18:23:18 +10:00
zilmar
01010057b5
[Project64] Add some logging to CAudio::LenChanged
2016-06-04 18:20:23 +10:00
zilmar
5de2d7c839
[Project64] Create system on load, not start
2016-06-04 17:07:15 +10:00
zilmar
e7d4341106
[Projec64] Get last modified of saves working with unique dir
2016-06-04 16:58:42 +10:00
zilmar
8ea091a78a
[Project64] Hide Rom browser on rom starting not load
2016-06-04 16:50:41 +10:00
zilmar
74ea18b5c6
[Glide64] vbo_disable on Rom Closed
2016-06-04 16:50:02 +10:00
Nekokabu
bd9adbf1a1
Update Sram.cpp
...
Better SRAM read & write
2016-06-04 10:33:55 +09:00
luigiblood
faeeb6fa9d
[UI] Added 64DD IPL ROM Path to General Settings
2016-06-04 00:23:30 +02:00
luigiblood
010ebcb45b
[64DD] Enable Disk setting is now temporary
...
It doesn't need to be saved every time.
2016-06-03 22:42:21 +02:00
zilmar
0ec052177b
Merge branch 'master' of https://github.com/project64/project64
2016-06-04 05:27:55 +10:00
LegendOfDragoon
c06ad3a276
Fix a mistake with previous commit
...
I double checked and realized that the doc I read was not consistent
with the RSP microcode. It should be good now.
2016-06-02 22:55:44 -07:00
LegendOfDragoon
210832c618
Improve alist_polef
...
This change fixes Body Harvest.
2016-06-02 20:54:52 -07:00
zilmar
7ee7b41d1f
Merge pull request #1101 from LuigiBlood/64ddsave
...
[64DD] Make sure at boot that the disk is inserted
2016-06-03 05:14:17 +10:00
luigiblood
4036971653
[64DD] Make sure at boot that the disk is inserted
...
Fixes F-Zero X Expansion Kit loading too late
2016-06-02 16:35:10 +02:00
d8e820dfbf
s/memtest.h/MemTest.h
2016-06-02 03:16:38 -04:00
4a5f3476e2
#include <windows.h> if one is provided.
2016-06-02 03:16:02 -04:00
zilmar
66444ba1cb
Merge pull request #1090 from death-droid/MoveToCfile
...
Move to cfile
2016-06-02 07:12:23 +10:00
zilmar
6256e44ce4
Merge pull request #1098 from LuigiBlood/64ddsave
...
[64DD] Add disk saving support & swapping
2016-05-30 17:58:19 +10:00
luigiblood
add7ec7b98
[64DD] Make sure new disk is loaded into memory before swap
...
Fixes hang during swap while recording with OBS Studio
2016-05-30 01:09:52 +02:00
luigiblood
c495edd17e
[64DD] Use shadow file (*.ndr) instead of replacing loaded disk.
...
(Also ignore saving when disk type is 0x6)
2016-05-26 18:18:07 +02:00
LegendOfDragoon
b187ad9b81
Improve alist_resample
...
New algorithm is faster and more accurate
2016-05-25 17:10:21 -07:00
luigiblood
f2e4f5abca
[64DD] Added Swap Disk shortcut (Ctrl+D)
...
Requires resetting/deleting the shortcut list (*.sc3 file)
2016-05-25 14:41:15 +02:00
luigiblood
810bccc755
[64DD] Swap support
2016-05-25 04:06:10 +02:00
luigiblood
a29fb1f92a
[64DD] Saving support for SDK format dumps
2016-05-25 00:07:34 +02:00
luigiblood
ea5c4abc09
[64DD] Saving support (MAME dump format only)
...
Replaces the loaded dump file with the new saved content
2016-05-24 21:26:05 +02:00
zilmar
a00011b0f3
Merge pull request #1095 from LuigiBlood/64dd_2
...
[64DD] 64DD disk conversion fix
2016-05-24 04:05:28 +10:00
luigiblood
5f342e73df
[64DD] 64DD disk conversion fix
2016-05-23 18:23:32 +02:00
LegendOfDragoon
dd581741d6
Implement COP1_D_ROUND_L in cpu recompiler
2016-05-22 23:47:02 -07:00
LegendOfDragoon
32ade84138
Implement COP1_D_ROUND_L in cpu interpreter
2016-05-22 23:37:45 -07:00
LegendOfDragoon
de00171747
Implement COP1_S_ROUND_L in cpu recompiler
2016-05-22 23:28:07 -07:00
LegendOfDragoon
b2b10969c9
Implement COP1_S_ROUND_L in cpu interpreter
2016-05-22 23:20:49 -07:00
zilmar
f447e81248
Merge pull request #991 from LegendOfDragoon/master
...
Optimize CheckInterrupts, PI_DMA_WRITE, and UpdateTimers
2016-05-23 14:36:44 +10:00
zilmar
d5c10d6775
Merge pull request #1093 from LuigiBlood/64dd_2
...
[64DD] Disk dump loading from command line / drag 'n' drop to EXE file
2016-05-23 05:12:10 +10:00
luigiblood
7789de016e
[64DD] Disk dump loading from command line / drag 'n' drop to EXE file
2016-05-22 14:55:23 +02:00
Nekokabu
35c1aa2c73
Update PifRam.cpp
...
Wonder Project J2 are using 0xFD
2016-05-22 20:41:21 +09:00
Emmet Young
6e45f2d90f
Make the Transferpak only init the GBCart when we have either a read or a load to the transferpak.
2016-05-16 20:20:00 +10:00
Emmet Young
ff4bd28e3e
Change up Mempak so it uses CFile class.
...
Also modify the way mempaks are loaded and written. We only write the bytes that have been changed now, rather then writing the whole file every time the mempak is written to.
2016-05-16 18:23:31 +10:00
zilmar
d7dd450bef
[Common] Fix up extension for android
2016-05-15 20:20:55 +10:00
zilmar
91f36ac8f9
[Project64] make CMipsMemoryVM::SW_VAddr compare line the same as LW
2016-05-15 20:19:15 +10:00
Nekokabu
da1410b0d8
Update PifRam.cpp
2016-05-14 10:56:18 +09:00
zilmar
21920f984b
Updated license for bsmiles32
2016-05-13 19:14:00 +10:00
zilmar
fecfdafdcd
Merge pull request #1086 from cxd4/lit
...
[GlideHQ] fixed -Woverflow large integer conversion warnings
2016-05-10 14:49:53 +10:00
3f3f7f2298
[GlideHQ] fixed -Woverflow large integer conversion warnings
2016-05-09 22:11:28 -04:00
zilmar
e98ef0ceda
Merge pull request #1084 from cxd4/reordered-c-after-cpp
...
Do not force C++ compilation of C code.
2016-05-09 15:58:34 +10:00
30467b85d1
Do not force C++ compilation of C code.
...
Invoke compilation via `cc', not `g++'. This fixes both the remaining run-time linkage resolution conflicts on Linux as well as several C++ compilation warnings that did not apply to compiling with C rules.
2016-05-09 01:39:29 -04:00
zilmar
f598588b62
Add Copyright Bobby Smiles
2016-05-09 05:30:55 +10:00
e3d5621b22
a
2016-05-05 21:47:21 -04:00
zilmar
2be34ab87d
Merge pull request #1079 from cxd4/new-glidehq-linkage
...
[GlideHQ] Interface with new GlideHQ make script.
2016-05-03 14:45:39 +10:00
zilmar
32cf9af0f2
Merge pull request #1078 from cxd4/TxInternal_h
...
[GlideHQ] s/common/Common
2016-05-03 14:45:07 +10:00
zilmar
6f1783671f
Merge pull request #1077 from cxd4/TxCache
...
[GlideHQ] undeclared stuff from stdlib and string
2016-05-03 14:44:44 +10:00
d74143cc49
[GlideHQ] Interface with new GlideHQ make script.
2016-05-02 23:56:46 -04:00
9c172e8106
[GlideHQ] s/common/Common
2016-05-02 23:53:56 -04:00
210cce3e65
[GlideHQ] undeclared malloc() and free()
2016-05-02 23:52:51 -04:00
5703334bb6
[GlideHQ] undeclared memcpy() and memset()
2016-05-02 23:52:36 -04:00
5598a958e2
va_list undeclared
2016-05-02 22:48:49 -04:00
zilmar
69955a0aa9
[Settings] check g_PluginSettings.RegisterSetting is not null in RegisterSetting
2016-05-01 12:48:44 +10:00
zilmar
740469d26e
[Project64] make struct TIMER_DETAILS size consistent between windows and android
2016-05-01 12:47:39 +10:00
zilmar
fb1987deb5
[Projec64] Update log creation file name
2016-05-01 12:46:43 +10:00
zilmar
e4e3b1aa77
[Glide64] Clean up how log is created
2016-05-01 12:46:06 +10:00
zilmar
6ea406643b
[Glide64] Deal with truncation smaller types
2016-05-01 12:45:01 +10:00
zilmar
4fa189ac33
[Glide64] Always callZLUT
2016-05-01 12:43:24 +10:00
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