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

Release 1.11.4b: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
(Created page with "==Changelog== {{#ev:youtube|UdkYp6nPrwY|450|inline|[https://www.youtube.com/watch?v=UdkYp6nPrwY Preview]|frame}} <pre> # Cemu detailed changelog for 1.11.4 # Patreon release d...")
 
No edit summary
 
Line 2: Line 2:
{{#ev:youtube|UdkYp6nPrwY|450|inline|[https://www.youtube.com/watch?v=UdkYp6nPrwY Preview]|frame}}
{{#ev:youtube|UdkYp6nPrwY|450|inline|[https://www.youtube.com/watch?v=UdkYp6nPrwY Preview]|frame}}
<pre>
<pre>
# Cemu detailed changelog for 1.11.4
# Cemu detailed changelog for 1.11.4b
# Patreon release date: 2018-01-30
# Patreon release date: 2018-01-30
# Public release date:  2018-02-06
# Public release date:  2018-02-06
Line 42: Line 42:
GX2: Fixed _GX2AllocFromDefaultHeap incorrectly using MEMAllocFromDefaultHeap instead of MEMAllocFromDefaultHeapEx
GX2: Fixed _GX2AllocFromDefaultHeap incorrectly using MEMAllocFromDefaultHeap instead of MEMAllocFromDefaultHeapEx
</pre>
</pre>
[[Category:Changelog|1.11.4b]]

Latest revision as of 19:16, 19 February 2018

Changelog

Preview
# Cemu detailed changelog for 1.11.4b
# Patreon release date: 2018-01-30
# Public release date:  2018-02-06

# New in 1.11.4b:

coreinit: Fixed codegen API (OSGetCodegenVirtAddrRange) to be compatible with new RPL loader

rpl: Added support for reloc types 0xFB (REL16 high) and 0xFD (REL16 low)

misc: Minor tweaks in nfp.GetNfpState
misc: Added API nn_acp.ACPIsOverAgeEx, coreinit.MEMCalcHeapSizeForUnitHeap, avm.AVMIsHDCPAvailable, avm.AVMIsHDCPOn

# New in 1.11.4:

general: Cemu will now load shareddata system fonts from mlc01/sys/title/0005001b/10042400/content/ if available
general: Slightly reduced overall memory usage

rpl: Rewrote RPL loader from scratch for better accuracy
     New memory base for modules is 0x02000000
     
coreinit: Fixed implementation of MCP_FullDeviceList to include disconnected devices
     
input: Fixed GamePad rumble not working for XInput

nn_nim: Partially implemented NIM API and added IOSU nim module

nn_boss: Fixed memory corruption during BOSS file download

nn_fp: Added API GetMyPrincipalId, GetMyAccountId, GetMyScreenName, GetMyMii, CheckSettingStatusAsync, UpdatePreferenceAsync, InitializeAdmin, IsInitializedAdmin
nn_fp: Added IOSU FPD module

drmapp: Added API NupChkIsFinished()

GX2: Added -nolegacy command line parameter to disable all Intel GPU workarounds
GX2: Updated bilinear and bicubic filter to avoid issues on Intel GPUs
GX2: Fixed rare infinite loop caused by drawcalls that referenced the same texture data more than once with incompatible formats
GX2: Added support for 2D_ARRAY textures in GetTextureResInfo shader instruction
GX2: Fixed _GX2AllocFromDefaultHeap incorrectly using MEMAllocFromDefaultHeap instead of MEMAllocFromDefaultHeapEx