EmuCR Feeds
Email Us

EmuCR: XeniaXenia Git (2016/01/11) is compiled. Xenia is an experimental emulator for the Xbox 360. It does not run games (yet).

Xenia Status:
- Some code runs. [Insert any game name here] doesn't.
- Asserts! Crashes! Hangs! Blank screens!

Xenia Git Changelog:
* Cleaning up xdbf stuff.
- moving next to xex utils
- fixing error cases around icon setting (and allowing reset)
- making C++11
- abstracting a bit so future additions will be easier
- fixing non-xex uses
* Merge pull request #509 from x1nixmzeng/xex-resources
Rebrand the Xenia window with module metadata
* Added callback when new module is launched
This avoids having to guess the display window title format
Also manually fixed the linting errors picked out by travis which do not
get picked up using xb format locally
* Community feedback
Updated naming convention
Exposed the game name to Emulator for other uses
Fixed bug with XDBF parsing
* Formatting of changes
As per the style guide
* Removed stb_image dependency
Windows actually supports PNG resources
* Set the window icon from the module resource pool
Makes use of the stb_image library
Conversion to HICON seems to have broken somewhere
* Set the window title from the module resource pool
* Added XDBF utility library
Utility library to support the XDBF file format for XEX module resources
* Merge pull request #510 from x1nixmzeng/xex-header-fix
Fixed rare crash when accessing library import by name
* Assert library name index is in range of the string table
As suggested by @DrChat
* Mask the name index instead
The maximum number of import libraries (32) is already asserted
* Fixed rare crash when accessing library import by name
The library name index may only be 8-bits.
This bug was not present in the previous implementation due to a bitmask
(0xFF) - see
https://github.com/benvanik/xenia/blob/ea99ba8e3bbac03386c95efe1496d5f4b03f5456/src/xenia/kernel/util/xex2.cc#L272

Download: Xenia Git (2016/01/11)
Source: Here

2 Comments:

Can't post a comment? Try This!