EmuCR Feeds
Email Us

EmuCR: WiiUDecaf Git (2016/08/17) is compiled. Decaf (originally called WiiU-EMU) is a researching Wii U emulation. The Wii U is a home video game console created by Nintendo and the successor to the Wii.

Decaf Git Changelog:
* Merge pull request #297 from achurch/fetchshader-invalidate
gx2: Add missing GX2Invalidate() on newly created fetch shaders.
* gx2: Add missing GX2Invalidate() on newly created fetch shaders.
* Merge pull request #299 from achurch/omod-clamp-order
opengl: Fix the order of applying OMOD and CLAMP.
* opengl: Fix the order of applying OMOD and CLAMP.
* Make OpenGL surface uploads generic.
This fixes an issue where copySurface was copying surfaces
that had never been seen before, and thus weren't available
in GPU memory yet. This half-fixes HKK (it still won't
render for whatever reason, and it also invalidates the
surfaces it copies after the copy, making us re-upload).
* Fix bug causing incorrect mip level count to be generated.
Our calculation of the number of mip levels for a surface
incorrectly used Log2, which returned one less level than
was intended. Additionally, the specific logic between
how Log2 works and cntlzw might be relevant, so I fixed it
to use exactly the same logic as GX2.
* Merge pull request #296 from achurch/xfb-block-names
opengl: Give transform feedback blocks unique names.
* opengl: Give transform feedback blocks unique names.
GLSL requires a block identifier, not just the keyword "block".
* Merge pull request #292 from achurch/getsymname-fix
coreinit: Fix OSGetSymbolName() behavior.
* coreinit: Fix OSGetSymbolName() behavior.
* ppcutils: Fix float / double return value type conversion.
* vpad: Stub VPADIsEnableGyro{AccRevise,ZeroPlay,ZeroDrift,DirRevise}.
Bayonetta spams these.
* coreinit: Implement OSDynLoad_GetModuleName.
* coreinit: Do not require an event to be initialised before waiting on it.
Similar with OSMutex, people are using OSEvent without initialising it...
* Implement support for TLS import / exports.
* coreinit: Fix expanded heap not enforcing a minimum of 4 byte alignment.
* Remove unused code line.

Download: Decaf Git (2016/08/17)
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!