EmuCR Feeds
Email Us

EmuCR: Project 64Project64 Git (2015/09/24) is compiled. Project 64 is a proprietary Nintendo 64 emulator for Windows. It employs a plug-in system that allows third-party software developers to create their own implementation of a specified component. Project64 allows the user to play Nintendo 64 games on a computer by reading ROM images, either dumped from the read-only memory of a Nintendo 64 cartridge or created directly on the computer as homebrew. Project64 started as an exercise by Jabo and zilmar in an attempt to see if they were capable of programming a Nintendo 64 emulator. It's open source now.

Project64 Git Changelog:
* Merge pull request #626 from LegendOfDragoon/master
Fix issue with most D3D plugins
* Fix issue with most D3D plugins
Basically, D3DCreate() changes the FPU precision to 24bit unless
D3DCREATE_FPU_PRESERVE is enabled, which I don't think any D3D plugin
does, besides maybe Jabo's.
* Merge pull request #622 from lioncash/initialization
Correct order of class initialization lists
* Correct order of class initialization lists
* Merge pull request #621 from lioncash/unimpl
Remove unimplemented function declarations
* Remove unimplemented function declarations
* Merge pull request #616 from LegendOfDragoon/master
Improve Compile_Cop0_MF
* Implement case 4 in Compile_Cop0_MF
* Implement case 7 in Compile_Cop0_MF
* Merge pull request #611 from cxd4/implicit-size_t-to-int
Have error-checking when drawing RSP command window.
* Have error-checking when drawing RSP command window.
* Merge pull request #610 from cxd4/implicit-size_t-to-DWORD
Have run-time error-checking when dumping DMEM/IMEM.
* Have run-time error-checking when dumping DMEM/IMEM.
* Merge pull request #609 from cxd4/all_RSP_warnings
[RSP] Debug 64-bit -- Conversion: possible loss of data.
* Attempt the POSIX `ssize_t` type for signed addr compares.
* conversion from 'LRESULT' ... possible loss of data
* Merge pull request #608 from cxd4/intrinsic_warnings
fixed 20 repeated warnings about undeclared intrinsic
* fixed 20 repeated warnings about undeclared intrinsic
* Merge pull request #624 from Watilin/lang-fr
Improves French Translation
* Improves French Translation
* spelling
* less capitals
* accented capitals
* typography: ellipsis dots and apostrophes
* consistency
* Merge pull request #623 from death-droid/VStudio2015Fixes
Add support for Visual Studio 2015, xdebug appears to no longer be av…
* Add support for Visual Studio 2015, xdebug appears to no longer be available in Visual Studio 2015. So for now memtest must be disabled for Debug builds to operate correctly.
* Merge pull request #620 from lioncash/lol
Pif Ram: Get rid of pointer casts
* Pif Ram: Get rid of pointer casts
Less undefined behavior
* Merge pull request #625 from LuigiBlood/64dd
Potential Windows 10 BSOD FIX
* Potential Windows 10 BSOD FIX

Download: Project64 Git (2015/09/24) x86
Download: Project64 Git (2015/09/24) x64
Source:Here

1 Comments:

  1. BSODs should be fixed in this build. Technically the code is fine, but Windows has sucky code when we try stuff in a specific order (IT SHOULD HAVE WORKED), so I changed it.

    I also tested on a Windows 7 without KB2808735. It's apparently fixed as well.

    ReplyDelete

Can't post a comment? Try This!