shadPS4/src
Stephen Miller 01243fb8e5
Fix libSceNgs2 HLE regressions (#2732)
* 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
2025-04-01 08:57:47 +03:00
..
common Getting rid of the "Separate Update Folder" option (#2719) 2025-03-30 00:50:22 +02:00
core Fix libSceNgs2 HLE regressions (#2732) 2025-04-01 08:57:47 +03:00
images Gui: Adding Pause button working, full screen button and labels to buttons on main window gui (#2634) 2025-03-26 23:50:52 +02:00
imgui Renderer fixes (Splash + Aspect Ratio) (#2645) 2025-03-13 18:10:24 +02:00
input Fix SDL gyro and acceleration sensor handling (#2532) 2025-02-24 22:38:06 +02:00
qt_gui New Crowdin updates (#2722) 2025-03-30 15:37:16 +03:00
shader_recompiler Add S_SETPRIO to EmitFlowControl (#2727) 2025-03-31 12:55:14 +03:00
video_core vulkan: Lower list primitive restart warning to debug log. (#2725) 2025-03-30 22:02:33 +03:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp HLE discmap (#2686) 2025-03-25 23:54:32 +02:00
emulator.h CLI: Add argument to pass an argument to the game (#2135) 2025-01-18 15:21:08 +03:00
main.cpp Fix issue #1684 (#2277) 2025-01-31 10:50:02 +02:00
sdl_window.cpp Gui: Adding Pause button working, full screen button and labels to buttons on main window gui (#2634) 2025-03-26 23:50:52 +02:00
sdl_window.h Gui: Adding Pause button working, full screen button and labels to buttons on main window gui (#2634) 2025-03-26 23:50:52 +02:00
shadps4.qrc Gui: Adding Pause button working, full screen button and labels to buttons on main window gui (#2634) 2025-03-26 23:50:52 +02:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00