Xbox (Original) Emulator
Go to file
PatrickvL 9309575e7f Disabled D3D_MakeSpace patch, let D3D_MakeRequestedSpace return a buffer
This buffer will receive push-buffer commands, pushed by unpatched
functions. For now we'll ignore them, but at least this prevents fatal
errors. Later we can execute these pushbuffer commands too.

Also prevented memory leaks in BeginPush / EndPush
2017-05-07 16:16:20 +01:00
build/win32 Update the project to compile with the default compiler with whatever visual studio version is used 2017-05-04 06:33:56 +01:00
doc Restore sorted ordered Dxbx patterns 2017-02-14 10:01:05 +00:00
import Merge branch 'crypto-fixes' of http://github.com/lukeusher/cxbx-reloaded into crypto-fixes 2017-03-27 11:39:00 +01:00
resource Fix the resource file 2017-04-21 10:03:09 +01:00
src Disabled D3D_MakeSpace patch, let D3D_MakeRequestedSpace return a buffer 2017-05-07 16:16:20 +01:00
.gitattributes Updates for Outrun2 and more. Alternative D3DDevice_BlockUntilVerticalBlank() implementation added. 2012-10-10 19:02:03 +00:00
.gitignore Renamed g_HLECache into g_SymbolAddresses 2017-05-03 10:56:10 +02:00
CONTRIBUTORS Update CONTRIBUTORS 2017-05-05 14:44:24 +01:00
COPYING Update gitattributes (with line ending fixes) 2012-10-07 23:58:52 +11:00
README.md Update README.md 2017-03-22 09:11:25 +00:00
appveyor.yml Update appveyor.yml 2017-05-02 16:10:08 +01:00

README.md

Cxbx-Reloaded - An Xbox Emulator

License: GPL v2 AppVeyor Gitter

Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro) games on Microsoft Windows.

The project began life as a fork of Cxbx with added 64-bit support. Work is currently underway to backport some of the improvements from Dxbx.

Cxbx-Reloaded is still pretty unstable, don't expect it to run much at this point.

System Requirements

  • 64-bit Windows (7, 8 and 10 are known to work, 32-bit installations are not supported)
  • A graphics card that supports Direct3D 8.

Automated Builds

Cxbx-Reloaded is not yet ready for general release, however the latest build can always be downloaded from our AppVeyor by navigating to Configuration: Release => Artifacts => export\Release.zip

Bug Reports

Cxbx-Reloaded is in the early stages right now and most games will either crash or do nothing, please do not submit issues for these games.

I want to know what games actually do something, so if a game displays graphics before crashing, please submit a bug reports containing the error message displayed (if any), screenshots and an Xbe dump (This can be created via [Edit -> Dump Xbe Info To -> File]).

http://imgur.com/a/Bzvti The screenshot gallery is regularly updated

Special Thanks

All contributers to the original Cxbx and Dxbx projects, without which Cxbx-Reloaded would not exist at all