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

Release 1.11.3: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
(Added reznoire video)
 
Line 35: Line 35:
</pre>
</pre>


[http://cemu.info/patreon/changelog/cemu_1_11_3.txt]
[http://cemu.info/releases/cemu_1.11.3.zip Download Cemu 1.11.3]<br />
 
[http://cemu.info/changelog/cemu_1_11_3.txt Changelog source]
[[Category:Changelog|1.11.3]]
[[Category:Changelog|1.11.3]]

Latest revision as of 12:57, 2 August 2020

Changelog

Preview
# Cemu detailed changelog for 1.11.3
# Patreon release date: 2017-12-25
# Public release date:  2018-01-01

general: NFC menu now has shortcuts to recently loaded NFC files

CPU/JIT: Added support for multi-threaded CPU emulation with recompiler
         Dual-core mode will allocate one thread for the main PPC core (1) and one thread for core 0 and 2
         Triple-core mode allocates one thread for each PPC core

coreinit: Added API MCP_Get4SecondOffStatus, MCP_DeviceList, MCP_FullDeviceList, MCP_UpdateCheckContext, MCP_TitleListUpdateGetNext, MCP_GetOverlayAppInfo, IM_GetRuntimeParameter
         
GX2: Added new graphic pack texture rule options:
        'overwriteLodBias'          Replace the lod bias
        'overwriteRelativeLodBias'  Add value to game's lod bias rather than overwriting it
        Typical valid values are in range -16.0 to 16.0
GX2: Cache drawcall index data across frames if GPU buffer cache accuracy is set to low
GX2: uf_windowSpaceToClipSpaceTransform is no longer affected by render target rescaling
GX2: Added API GX2QueryBeginConditionalRender, GX2QueryEndConditionalRender
GX2: Fixed order in which flip and vsync event callbacks are called
GX2: Various smaller optimizations

nn_boss: Added IOSU boss/nim module
nn_boss: If online mode is enabled, Cemu will now download and decrypt BOSS (SpotPass) files
nn_boss: Added task and task setting API

nn_acp: Added API ACPCheckTitleNotReferAccountLaunch, ACPGetLaunchMetaData, ACPGetLaunchMetaXml, ACPGetTitleMetaDirByDevice, ACPGetTitleMetaXmlByDevice

nlibcurl: Fixed calloc/malloc/free using wrong allocator (now correctly uses MEMAllocFromDefaultHeap/MEMFreeToDefaultHeap)

sysapp: Added API SYSGetUPIDFromTitleID

Download Cemu 1.11.3
Changelog source