zilmar
|
84ef36fb4f
|
[Project64] Move handling of ID_SYSTEM_LOAD to OnLodState
|
2016-09-17 16:43:27 +10:00 |
zilmar
|
b8bd3b1556
|
[Project64] Add OnEndEmulation to handle ID_FILE_ENDEMULATION
|
2016-09-17 16:33:05 +10:00 |
zilmar
|
eb0335bc1e
|
[Project64] Move handling of ID_FILE_OPEN_ROM to OnOpenRom
|
2016-09-17 16:25:49 +10:00 |
zilmar
|
bf4b301973
|
[Artwork] Move AboutScreen.psd to artwork folder
|
2016-09-17 13:42:48 +10:00 |
zilmar
|
16fc977ab1
|
[Installer] Should not give permission to executable directory
|
2016-09-17 13:35:33 +10:00 |
zilmar
|
fcd9690fe3
|
[Android] Make sure AllocateAddressSpace returns NULL on failure
|
2016-09-17 13:32:01 +10:00 |
zilmar
|
c189bfe8e3
|
[Android] Add recent roms
|
2016-09-17 13:17:51 +10:00 |
zilmar
|
5b546a0fcb
|
[Android] Fix corrupting rdram from alist
|
2016-09-17 11:44:30 +10:00 |
zilmar
|
9b1587992e
|
[Android] Draw notification messages instead of using toaster
|
2016-09-17 11:43:32 +10:00 |
zilmar
|
49dcce96e9
|
[Android] Menu key shows menu in rom list
|
2016-09-17 11:38:11 +10:00 |
zilmar
|
c450d7dfc0
|
[Android] Add option to remove limit fps
|
2016-09-17 11:03:54 +10:00 |
zilmar
|
861634d343
|
[Android] make sure build is signed with sha1
|
2016-09-17 09:18:28 +10:00 |
zilmar
|
f3eed98610
|
[Android] Add high res to common.mk
|
2016-09-17 08:23:06 +10:00 |
zilmar
|
8084a5d3b6
|
Update vesion script to get 2.3.1, and update minor verion in other plugins
|
2016-09-17 07:43:48 +10:00 |
zilmar
|
4bc957bb3b
|
Use the new high performance counter instead of date time class
|
2016-09-17 07:37:27 +10:00 |
zilmar
|
8036bdcd73
|
[Common] Add high res time stamp
|
2016-09-17 06:10:40 +10:00 |
zilmar
|
583d057a4e
|
[Project64] Set version to 2.3.1
|
2016-09-15 21:28:26 +10:00 |
zilmar
|
b3ca747ea0
|
Merge pull request #1201 from Frank-74/Jabo3D8-No-d3d-syslog
Jabo_Direct3D8 no d3d syslog
|
2016-09-08 05:13:43 +10:00 |
Frank-74
|
5532fdc722
|
Jabo_Direct3D8 no d3d syslog.txt
Patched to removed logging, which can use lots of memory on some roms.
|
2016-09-07 16:35:49 +01:00 |
Frank-74
|
9ecb13e33a
|
Update Installer.iss
|
2016-09-07 16:28:53 +01:00 |
zilmar
|
b114da62d1
|
Merge pull request #1199 from LuigiBlood/64ddus
[RDB] 64DD IPL USA added
|
2016-09-03 09:29:09 +10:00 |
luigiblood
|
2bd771ff98
|
[RDB] 64DD IPL USA added
|
2016-09-03 00:57:54 +02:00 |
zilmar
|
b0881e90af
|
Merge pull request #1198 from LuigiBlood/64ddus
[64DD] USA and TOOL IPL support + USA Disk support
|
2016-09-02 10:09:47 +10:00 |
zilmar
|
b2317f2e19
|
Merge pull request #1196 from Frank-74/patch-1
GetLength must be multiple of 8
|
2016-09-02 06:01:14 +10:00 |
Frank-74
|
f24c464f3f
|
GetLength must be multiple of 8
According to LaC's n64 hardware dox, the AI_LEN_REG must be a multiple of 8 not 4.
|
2016-09-01 16:28:23 +01:00 |
luigiblood
|
b083050159
|
[64DD] US region disk dump support
|
2016-08-28 18:37:16 +02:00 |
luigiblood
|
aef22c147b
|
[64DD] Added TOOL/USA IPL support
|
2016-08-28 18:36:56 +02:00 |
zilmar
|
286f184a34
|
Merge pull request #1191 from LuigiBlood/64dd_2
[64DD] Fix Year of 64DD RTC
|
2016-08-28 08:47:54 +10:00 |
luigiblood
|
653197b12c
|
[64DD] Fix Year of 64DD RTC
|
2016-08-27 23:29:11 +02:00 |
zilmar
|
721aadbd89
|
Merge pull request #1187 from LegendOfDragoon/master
Improve RSP Recompiler
|
2016-08-24 10:08:56 +10:00 |
LegendOfDragoon
|
400c466278
|
Improve Compile_Special_SLT
It is supposed to skip if rd = 0, not rt. Also optimized the code a bit.
|
2016-08-23 12:12:55 -07:00 |
LegendOfDragoon
|
c29bff4353
|
Fix 2 typos I made in previous commits
|
2016-08-23 11:40:24 -07:00 |
LegendOfDragoon
|
7a5a0731bd
|
Optimize SW in RSP Recompiler
|
2016-08-23 01:17:01 -07:00 |
LegendOfDragoon
|
3d8482f402
|
Implement MoveConstToN64Mem
Also fix typo in MoveConstHalfToN64Mem
|
2016-08-23 01:15:18 -07:00 |
LegendOfDragoon
|
d7eba5bde0
|
Optimize SH in RSP Recompiler
|
2016-08-22 19:57:27 -07:00 |
LegendOfDragoon
|
22ae106c3a
|
Implement MoveConstHalfToN64Mem
|
2016-08-22 16:26:27 -07:00 |
LegendOfDragoon
|
6e99abb50a
|
Optimize SB in RSP Recompiler
|
2016-08-22 16:09:37 -07:00 |
LegendOfDragoon
|
7f468bd939
|
Implement MoveConstByteToN64Mem
|
2016-08-22 16:05:56 -07:00 |
LegendOfDragoon
|
c239d3b74b
|
Optimize ANDI in RSP Recompiler
Seems to be use often enough.
|
2016-08-22 13:12:34 -07:00 |
LegendOfDragoon
|
10260dbdc8
|
Optimize SLTI in RSP Recompiler
Mia Hamm benefits from this optimization.
|
2016-08-22 12:54:24 -07:00 |
zilmar
|
a960bc94ee
|
Merge pull request #1182 from Frank-74/patch-1
[Installer] Add 'Portable Mode' option.
|
2016-08-22 12:13:26 +10:00 |
Frank-74
|
5f2a6a2ee2
|
[Installer] Add 'Portable Mode' option.
It's unchecked by default, doesn't create an uninstall shortcut icon if selected.
|
2016-08-22 02:44:36 +01:00 |
zilmar
|
cdf0b1e7d2
|
Merge pull request #1180 from Frank-74/Fix-main.cpp-exception
Fix Exception in main.cpp
|
2016-08-22 08:19:11 +10:00 |
zilmar
|
f9bac05ba7
|
Merge pull request #1181 from Frank-74/Fix-ups
Fix up Glide dialog, spellings
|
2016-08-22 08:17:36 +10:00 |
Frank-74
|
323c135ce6
|
[Project64] textures > Textures folder
|
2016-08-21 22:52:17 +01:00 |
Frank-74
|
36448f8e72
|
[Project64] textures > Textures
|
2016-08-21 22:50:08 +01:00 |
Frank-74
|
f78f539d10
|
[GlideHQ] cache > Cache #2
|
2016-08-21 22:43:49 +01:00 |
Frank-74
|
12a23107ec
|
[GlideHQ] cache > Cache
|
2016-08-21 22:42:33 +01:00 |
Frank-74
|
b316582de5
|
[Glide64] Tooltip textures\cache location.
|
2016-08-21 22:40:25 +01:00 |
Frank-74
|
a3a64afa77
|
[Glide64] Fixup Basic dialog
|
2016-08-21 22:36:00 +01:00 |