In order to edit this wiki, you must register and verify your account.

Release 1.6.1: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Changelog==
==Changelog==
New universal GPU buffer cache (replaces vertex cache)<br />
{{#ev:youtube|t0j-esEcTCQ|450|inline|[https://youtu.be/t0j-esEcTCQ Preview]|frame}}
NFC support<br />
Small graphic improvements<br />
Minor changes and bugfixes<br />
 


<pre>
New universal GPU buffer cache (replaces vertex cache) 
NFC support   
Small graphic improvements   
Minor changes and bugfixes   
General: Fixed a bug where files would be created in/loaded from the wrong directory after the load file dialog.
General: Fixed a bug where files would be created in/loaded from the wrong directory after the load file dialog.
NFP: Added initial NFC support. Scanning NFC tags works by loading a file via the menu
NFP: Added initial NFC support. Scanning NFC tags works by loading a file via the menu
GX2: New universal cache implementation for attribute, uniform and index data. Additionally, there is now a cache accuracy option to control the level of accuracy vs performance. Can be changed while a game is already running. The previously added cache control options were removed as they have become obsolete
GX2: Further improved and optimized handling of textures with overlapping memory regions 
GX2: Optimized detection of changes to texture data 
GX2: Adjusted the idle loop of the GPU7 command processor thread to respond quicker to new data   
GX2: Fixed a crash that could occur if GL shaders failed to compile 
GX2: Moved handling of alpha test into shader code (rather than relying on OpenGL's deprecated hw alpha test) 
GX2: Fixed a bug where the swizzle value of a texture would not be correctly updated when an already cached texture was reloaded
</pre>


GX2: New universal cache implementation for attribute, uniform and index data. Additionally, there is now a cache accuracy option to control the level of accuracy vs performance. Can be changed while a game is already running. The previously added cache control options were removed as they have become obsolete
[http://cemu.info/releases/cemu_1.6.1.zip Download Cemu 1.6.1]<br />
[http://cemu.info/changelog/cemu_1_6_1.txt Changelog source]
GX2: Further improved and optimized handling of textures with overlapping memory regions<br />
[[Category:Changelog|1.6.1]]
 
GX2: Optimized detection of changes to texture data<br />
 
GX2: Adjusted the idle loop of the GPU7 command processor thread to respond quicker to new data<br />
 
GX2: Fixed a crash that could occur if GL shaders failed to compile<br />
 
GX2: Moved handling of alpha test into shader code (rather than relying on OpenGL's deprecated hw alpha test)<br />
 
GX2: Fixed a bug where the swizzle value of a texture would not be correctly updated when an already cached texture was reloaded

Latest revision as of 12:38, 2 August 2020

Changelog

Preview
New universal GPU buffer cache (replaces vertex cache)   
NFC support    
Small graphic improvements    
Minor changes and bugfixes    
​
General: Fixed a bug where files would be created in/loaded from the wrong directory after the load file dialog.
NFP: Added initial NFC support. Scanning NFC tags works by loading a file via the menu
GX2: New universal cache implementation for attribute, uniform and index data. Additionally, there is now a cache accuracy option to control the level of accuracy vs performance. Can be changed while a game is already running. The previously added cache control options were removed as they have become obsolete 
GX2: Further improved and optimized handling of textures with overlapping memory regions  
GX2: Optimized detection of changes to texture data   
GX2: Adjusted the idle loop of the GPU7 command processor thread to respond quicker to new data    
GX2: Fixed a crash that could occur if GL shaders failed to compile  
GX2: Moved handling of alpha test into shader code (rather than relying on OpenGL's deprecated hw alpha test)  
GX2: Fixed a bug where the swizzle value of a texture would not be correctly updated when an already cached texture was reloaded

Download Cemu 1.6.1
Changelog source