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

Release 1.15.1: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
(Created page with "==Changelog== <pre> # Wiimote improvements # Audio improvements # Added button to download community graphic packs # 'No legacy' mode for Intel GPUs is now the default # Comp...")
 
No edit summary
Line 1: Line 1:
==Changelog==
==Changelog==
<pre>
# Cemu detailed changelog for 1.15.1e
# Patreon release date: 2018-12-30
# Public release date:  2019-01-06
# New in 1.15.1e (public release):
overlay: Fixed more render state corruption caused by overlay
# New in 1.15.1d:


<pre>
AX: Fixed missing sound in some games
# Wiimote improvements
 
# Audio improvements
# New in 1.15.1c:
# Added button to download community graphic packs
 
# 'No legacy' mode for Intel GPUs is now the default
gfxPack: Fixed connection issue in graphic pack downloader
# Compatibility & miscellaneous improvements
 
# New in 1.15.1b:
 
general: Fixed online mode
gfxPacks: If a graphic pack is installed multiple times Cemu will list each one separately in the tree view
 
# New in 1.15.1:
 
debugger: Cemuhook code cave area can now be viewed in disassembly view
 
gfxPacks: Graphic pack window now has an option to automatically download latest community packs
gfxPacks: Cemu will now scan subfolders for graphic packs
 
input: Replaced existing Wiimote library with our own implementation
      This should bring the following improvements:
      - Slightly better performance when using wiimotes
      - Better support for wiimote extensions
      - Easier to maintain and fix bugs in the future
 
input: Wiimotes now include the connected extension type in the name in input settings
input: Fixed issues with controller profile saving/loading when using certain UI languages
input: Added support for native Wiimote classic controller extension
input: Fixed blow microphone button
 
padscore: Fixed acceleration values for wiimote in KPADRead()
 
AX: Fixed bug where playback cursor could run out of bounds for ADPCM streams
AX: Added snduser2.rpl HLE implementation
AX: Fixed incorrect volume and delta calculation in snd_user
AX: Added API AXSetVoiceSamplesAddr (snd_core and sndcore2)
AX: Merged Cemu's snd_core and sndcore2 driver code to simplify handling of sound internally
 
GX2: Intel -nolegacy is now the default mode. Support for older Intel GPUs can now be enabled with -legacy command line option
GX2: Nvidia GLcache will now be stored at <cemuroot>/shaderCache/driver/nvidia/ with size limit disabled (if supported by driver)
 
overlay: Fixed crash that could occur when the overlay was enabled but no stats were selected
overlay: Fixed render state corruption
 
nsysnet: Fixed rare crash in recvfrom_ex
</pre>
</pre>
[http://cemu.info/changelog/cemu_1_15_1.txt]
[http://cemu.info/changelog/cemu_1_15_1.txt]
[[Category:Changelog|1.15.1]]
[[Category:Changelog|1.15.1]]

Revision as of 14:48, 28 October 2019

Changelog

# Cemu detailed changelog for 1.15.1e
# Patreon release date: 2018-12-30
# Public release date:  2019-01-06

# New in 1.15.1e (public release):

overlay: Fixed more render state corruption caused by overlay

# New in 1.15.1d:

AX: Fixed missing sound in some games

# New in 1.15.1c:

gfxPack: Fixed connection issue in graphic pack downloader

# New in 1.15.1b:

general: Fixed online mode
gfxPacks: If a graphic pack is installed multiple times Cemu will list each one separately in the tree view

# New in 1.15.1:

debugger: Cemuhook code cave area can now be viewed in disassembly view

gfxPacks: Graphic pack window now has an option to automatically download latest community packs
gfxPacks: Cemu will now scan subfolders for graphic packs

input: Replaced existing Wiimote library with our own implementation
       This should bring the following improvements:
       - Slightly better performance when using wiimotes
       - Better support for wiimote extensions
       - Easier to maintain and fix bugs in the future

input: Wiimotes now include the connected extension type in the name in input settings
input: Fixed issues with controller profile saving/loading when using certain UI languages
input: Added support for native Wiimote classic controller extension
input: Fixed blow microphone button

padscore: Fixed acceleration values for wiimote in KPADRead()

AX: Fixed bug where playback cursor could run out of bounds for ADPCM streams
AX: Added snduser2.rpl HLE implementation
AX: Fixed incorrect volume and delta calculation in snd_user
AX: Added API AXSetVoiceSamplesAddr (snd_core and sndcore2)
AX: Merged Cemu's snd_core and sndcore2 driver code to simplify handling of sound internally

GX2: Intel -nolegacy is now the default mode. Support for older Intel GPUs can now be enabled with -legacy command line option
GX2: Nvidia GLcache will now be stored at <cemuroot>/shaderCache/driver/nvidia/ with size limit disabled (if supported by driver)

overlay: Fixed crash that could occur when the overlay was enabled but no stats were selected
overlay: Fixed render state corruption

nsysnet: Fixed rare crash in recvfrom_ex

[1]