video_out: Internal Resolution Support (#3194)

* impl

* clang

* clang+

* update total_entries too
This commit is contained in:
Fire Cube
2025-07-07 18:17:56 +02:00
committed by GitHub
parent 7fedbd52e0
commit 80f7ec2681
5 changed files with 56 additions and 25 deletions

View File

@@ -445,7 +445,8 @@ s32 PS4_SYSV_ABI sceVideoOutConfigureOutputMode_(s32 handle, u32 reserved, const
}
void RegisterLib(Core::Loader::SymbolsResolver* sym) {
driver = std::make_unique<VideoOutDriver>(Config::getScreenWidth(), Config::getScreenHeight());
driver = std::make_unique<VideoOutDriver>(Config::getInternalScreenWidth(),
Config::getInternalScreenHeight());
LIB_FUNCTION("SbU3dwp80lQ", "libSceVideoOut", 1, "libSceVideoOut", 0, 0,
sceVideoOutGetFlipStatus);