mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
Stabilization8 (#218)
* disable configured flexible memory size (caused issues in some games) * fixed case S_OR_B64 for blazing chrome * submodules updates and fixes for latest SDL * stubbed _sigprocmask (not handled and spams too much) * added ReplaceOp case in Stencilop * dummy ajm module added
This commit is contained in:
parent
f5541e3c3d
commit
0ada442cbc
18 changed files with 214 additions and 13 deletions
|
@ -107,6 +107,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
|
|||
SUB(Lib, Png) \
|
||||
SUB(Lib, PlayGo) \
|
||||
SUB(Lib, Usbd) \
|
||||
SUB(Lib, Ajm) \
|
||||
CLS(Frontend) \
|
||||
CLS(Render) \
|
||||
SUB(Render, Vulkan) \
|
||||
|
|
|
@ -74,6 +74,7 @@ enum class Class : u8 {
|
|||
Lib_Png, ///< The LibScePng implementation.
|
||||
Lib_PlayGo, ///< The LibScePlayGo implementation.
|
||||
Lib_Usbd, ///< The LibSceUsbd implementation.
|
||||
Lib_Ajm, ///< The LibSceAjm implementation.
|
||||
Frontend, ///< Emulator UI
|
||||
Render, ///< Video Core
|
||||
Render_Vulkan, ///< Vulkan backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue