Commit Graph

1379 Commits

Author SHA1 Message Date
Lithium64 1b15ad86a9 Update F-N games from (U) region 2015-05-14 15:27:01 -03:00
Lithium64 c8a4053a78 Updated 0-E games from (U) region 2015-05-14 15:00:42 -03:00
Lithium64 0fd7f31c12 Updated (JU) region games 2015-05-14 14:51:56 -03:00
zilmar e4310dafdd Merge pull request #458 from LuigiBlood/64dd
Fixed N64 Mouse detection
2015-05-14 11:39:34 +10:00
LuigiBlood d6c2116a71 Fixed N64 Mouse detection 2015-05-14 03:05:34 +02:00
zilmar f59b1b27df Merge pull request #456 from Lithium64/Cheat_updates
Cheats: Updated (J) region games
2015-05-14 07:59:15 +10:00
Lithium64 05dbc6653f Updated (J) region games 2015-05-13 17:33:51 -03:00
zilmar fe06e687ee Merge pull request #454 from dsx-/master
hydro thunder enable rsp audio signal
2015-05-14 04:23:26 +10:00
dsx- 2448118dbb hydro thunder enable rsp audio signal
why has no one done this yet
2015-05-13 20:43:36 +08:00
Lithium64 0e9f6f7044 Removed Surplus Blank Lines 2015-05-12 17:49:45 -03:00
zilmar 9169b52e58 Merge pull request #453 from Nekokabu/patch-4
Update Project64.rdb
2015-05-12 22:38:03 +10:00
Nekokabu 1f0f56ee0a Update Project64.rdb
Fix Good Names
2015-05-12 20:39:15 +09:00
zilmar 8fe90211a8 Merge pull request #452 from LuigiBlood/64dd
Added N64 Mouse support in NRage
2015-05-12 08:58:14 +10:00
LuigiBlood 4d8a419efa Fixed resource files 2015-05-12 00:11:43 +02:00
LuigiBlood c967d4f46e Added N64 Mouse support in NRage 2015-05-11 22:39:29 +02:00
zilmar fefc5b9e17 Merge pull request #447 from theboy181/RDB-Updates
Added 64DD Cartridge Hacks to RDB
2015-05-10 11:04:44 +10:00
Jason c30f308f79 Added 64DD Cartridge Hacks to RDB 2015-05-09 17:26:40 -07:00
zilmar 85e76b845b Merge pull request #444 from LuigiBlood/64dd
Added 64DD CIC support for Zoinkity's cartridge conversions of 64DD games.
2015-05-10 05:53:39 +10:00
LuigiBlood 6f28b3e424 Added 64DD CIC support for Zoinkity's cartridge conversions of 64DD games. 2015-05-08 04:48:46 +02:00
zilmar d9916c33a6 Merge pull request #442 from MELERIX/cleanup
zlib cleanup
2015-05-08 12:38:22 +10:00
MELERIX 779626d421 zlib cleanup
- Removed the old zlib files.
- PJ64 now uses the new zlib 1.2.8 files.
2015-05-07 23:25:02 -03:00
zilmar dc2cd84d1a Merge pull request #441 from LegendOfDragoon/master
Make AudioResetOnLoad work with Fixed Audio Timing
2015-05-07 10:09:32 +10:00
LegendOfDragoon 3d57e37a88 Make AudioResetOnLoad work with Fixed Audio Timing 2015-05-06 16:23:52 -07:00
zilmar 38b7741f0c Merge pull request #440 from Azimer/Fix_Interpreter
Revert DoSomething from bool to BOOL #2
2015-05-06 09:04:30 +10:00
Azimer f48d645f83 Missed a DoSomething 2015-05-05 17:49:06 -05:00
Azimer fe855ad5da Revert DoSomething from bool to BOOL #2
This fixes the interpreter
2015-05-05 11:46:25 -05:00
zilmar 9aa9061f07 Revert DoSomething from bool to BOOL 2015-05-04 17:23:36 +10:00
zilmar ba43e2ad67 Merge pull request #434 from lioncash/typedef
Remove unnecessary struct/union typedefs
2015-05-04 10:50:04 +10:00
Lioncash 21c3c8fd32 Remove unnecessary struct/union typedefs 2015-05-03 20:13:12 -04:00
zilmar e8065e5208 Merge pull request #432 from death-droid/RemoveRegistry
Remove registry from Common. No longer used or needed.
2015-05-04 04:56:48 +10:00
Emmet Young 6e897778dc Remove registry from Common. No longer used or needed. 2015-05-03 21:05:53 +10:00
zilmar c31e3f210c Merge pull request #425 from death-droid/UpdateZLib
Update ZLib to 1.2.8
2015-05-03 19:58:12 +10:00
zilmar c182ec9fd5 [Project64] Rom Browser - show good name in column other than the first 2015-05-03 19:54:06 +10:00
zilmar 6db122ec30 Merge pull request #431 from lioncash/bool
Convert BOOL to bool where possible.
2015-05-03 17:05:31 +10:00
Lioncash 82c2554357 Convert BOOL to bool where possible. 2015-05-02 23:37:08 -04:00
zilmar 9984bed37c Merge pull request #429 from Azimer/FAT_Improvements
Fixed Audio Timing Improvements
2015-05-02 22:08:27 +10:00
Azimer ac8a33a3be Restructured IF statement 2015-05-02 02:01:10 -05:00
Azimer c970681595 Fixed Audio Timing Improvements
* A user-defined FAT value of 0 will cause it to calculate
* The second buffer shouldn't be part of the GetLegth returned value
* Rounded the GetLength values up and aligned to 4 bytes (sample size)
* Implemented ai_busy and changed the behavior of ai_full
* Changed the second buffer behavior
2015-05-02 01:37:23 -05:00
zilmar 24cd364812 Merge pull request #426 from death-droid/7z_improvements
Allow 7z files to actually work through "Open ROM". Removes the codes as...
2015-05-02 05:51:55 +10:00
Emmet Young 312de4d2a4 Allow 7z files to actually work through "Open ROM". Removes the codes assumption it is being handed the ROM name its looking for in the file. 2015-05-02 00:53:57 +10:00
Emmet Young c9805dd5d3 Update ZLib to 1.2.8 2015-05-01 14:06:20 +10:00
zilmar f75a6e489c Merge pull request #423 from lioncash/void
Remove superfluous void parameter usages.
2015-04-30 10:43:32 +10:00
zilmar fdb2cc5c55 Merge pull request #424 from death-droid/master
When scanning in 7z files make sure we are actually setting the rom file...
2015-04-30 10:36:45 +10:00
Emmet Young 23eeaeeb2c When scanning in 7z files make sure we are actually setting the rom file size.
Fixes issue #255
2015-04-29 23:02:53 +10:00
Lioncash d85f0c1283 Remove superfluous void usages
These aren't necessary in C++
2015-04-28 19:34:23 -04:00
zilmar 69ef7d12d3 Merge pull request #422 from exhalatio/rdb
rdb update
2015-04-28 09:03:33 +10:00
exhalatio f5ae263824 NFL Quarterback Club 98 (E) (U) rdb update 2015-04-27 13:52:01 +09:00
exhalatio 78bdd67641 Toukon Road rdb update 2015-04-27 13:49:19 +09:00
zilmar 6693cb6a2a Merge pull request #419 from theboy181/Spelling-Mistakes
Fix Speeeling
2015-04-25 13:55:14 +10:00
theboy181 405f59eafc Fix Speeeling 2015-04-23 22:43:01 -07:00