mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
hotfix: Raise videodec memory back up to 16MB.
Found a game that needs more, still should be low enough compared to before to fix some games.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
namespace Libraries::Videodec {
|
namespace Libraries::Videodec {
|
||||||
|
|
||||||
static constexpr u64 kMinimumMemorySize = 8_MB; ///> Fake minimum memory size for querying
|
static constexpr u64 kMinimumMemorySize = 16_MB; ///> Fake minimum memory size for querying
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceVideodecCreateDecoder(const OrbisVideodecConfigInfo* pCfgInfoIn,
|
int PS4_SYSV_ABI sceVideodecCreateDecoder(const OrbisVideodecConfigInfo* pCfgInfoIn,
|
||||||
const OrbisVideodecResourceInfo* pRsrcInfoIn,
|
const OrbisVideodecResourceInfo* pRsrcInfoIn,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace Libraries::Vdec2 {
|
namespace Libraries::Vdec2 {
|
||||||
|
|
||||||
static constexpr u64 kMinimumMemorySize = 8_MB; ///> Fake minimum memory size for querying
|
static constexpr u64 kMinimumMemorySize = 16_MB; ///> Fake minimum memory size for querying
|
||||||
|
|
||||||
s32 PS4_SYSV_ABI
|
s32 PS4_SYSV_ABI
|
||||||
sceVideodec2QueryComputeMemoryInfo(OrbisVideodec2ComputeMemoryInfo* computeMemInfo) {
|
sceVideodec2QueryComputeMemoryInfo(OrbisVideodec2ComputeMemoryInfo* computeMemInfo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user