mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 22:33:17 +00:00
added dummy np* modules and screenshot module
This commit is contained in:
parent
150854c583
commit
e4d43f8e07
12 changed files with 5375 additions and 0 deletions
112
src/core/libraries/screenshot/screenshot.cpp
Normal file
112
src/core/libraries/screenshot/screenshot.cpp
Normal file
|
@ -0,0 +1,112 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
// Generated By moduleGenerator
|
||||
#include "common/logging/log.h"
|
||||
#include "core/libraries/error_codes.h"
|
||||
#include "core/libraries/libs.h"
|
||||
#include "screenshot.h"
|
||||
|
||||
namespace Libraries::ScreenShot {
|
||||
|
||||
int PS4_SYSV_ABI _Z5dummyv() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotCapture() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotDisable() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotDisableNotification() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotEnable() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotEnableNotification() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotGetAppInfo() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotGetDrcParam() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotIsDisabled() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotIsVshScreenCaptureDisabled() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotSetOverlayImage() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotSetOverlayImageWithOrigin() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotSetParam() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceScreenShotSetDrcParam() {
|
||||
LOG_ERROR(Lib_Screenshot, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
void RegisterlibSceScreenShot(Core::Loader::SymbolsResolver* sym) {
|
||||
LIB_FUNCTION("AS45QoYHjc4", "libSceScreenShot", 1, "libSceScreenShot", 0, 9, _Z5dummyv);
|
||||
LIB_FUNCTION("JuMLLmmvRgk", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotCapture);
|
||||
LIB_FUNCTION("tIYf0W5VTi8", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotDisable);
|
||||
LIB_FUNCTION("ysfza71rm9M", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotDisableNotification);
|
||||
LIB_FUNCTION("2xxUtuC-RzE", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotEnable);
|
||||
LIB_FUNCTION("BDUaqlVdSAY", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotEnableNotification);
|
||||
LIB_FUNCTION("hNmK4SdhPT0", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotGetAppInfo);
|
||||
LIB_FUNCTION("VlAQIgXa2R0", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotGetDrcParam);
|
||||
LIB_FUNCTION("-SV-oTNGFQk", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotIsDisabled);
|
||||
LIB_FUNCTION("ICNJ-1POs84", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotIsVshScreenCaptureDisabled);
|
||||
LIB_FUNCTION("ahHhOf+QNkQ", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotSetOverlayImage);
|
||||
LIB_FUNCTION("73WQ4Jj0nJI", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotSetOverlayImageWithOrigin);
|
||||
LIB_FUNCTION("G7KlmIYFIZc", "libSceScreenShot", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotSetParam);
|
||||
LIB_FUNCTION("itlWFWV3Tzc", "libSceScreenShotDrc", 1, "libSceScreenShot", 0, 9,
|
||||
sceScreenShotSetDrcParam);
|
||||
};
|
||||
|
||||
} // namespace Libraries::ScreenShot
|
Loading…
Add table
Add a link
Reference in a new issue