Xenia Git (2015/12/20) 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:
* Merge pull request #488 from sephiroth99/fixspec2
ObjectTable: Remove explicit specialization in class scope
* ObjectTable: Remove explicit specialization in class scop
Function template 'LookupObject' in ObjectTable class has
a specialization in class scope, which is not allowed.
While MSVC seems OK with that, clang complains about it.
Fix this issue by moving the definition of the specialisation
outside the class scope, and moving the declaration in the
'.cc' file.
Download: Xenia Git (2015/12/20)
Source: Here
2015-12-20
Random Related Topic
0 Comments
Post a Comment