mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
* Fix sceNgs2SystemCreateWithAllocator The cause of the exceptions without libraries. * Remove error handling for unimplemented functions Since nothing exists to create any VoiceHandle or RackHandle, we were consistently hitting those error returns. Also promotes logs for stubbed functions back to LOG_ERROR, with the exception of two functions that get spammed pretty frequently. * Use Core::ExecuteGuest to execute allocator alloc and free * Clang * Fix function definitions in ngs2.h These should be using the SYSV ABI * Fix function defs in ngs2_impl.h This will (hopefully) fix compilation * Clang * Clang again |
||
---|---|---|
.. | ||
ngs2_custom.cpp | ||
ngs2_custom.h | ||
ngs2_eq.cpp | ||
ngs2_eq.h | ||
ngs2_error.h | ||
ngs2_geom.cpp | ||
ngs2_geom.h | ||
ngs2_impl.cpp | ||
ngs2_impl.h | ||
ngs2_mastering.cpp | ||
ngs2_mastering.h | ||
ngs2_pan.cpp | ||
ngs2_pan.h | ||
ngs2_report.cpp | ||
ngs2_report.h | ||
ngs2_reverb.cpp | ||
ngs2_reverb.h | ||
ngs2_sampler.cpp | ||
ngs2_sampler.h | ||
ngs2_submixer.cpp | ||
ngs2_submixer.h | ||
ngs2.cpp | ||
ngs2.h |