mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Set sceSaveDataDialogIsReadyToDisplay
temporary to 1 until is properly implemented.
This commit is contained in:
parent
0919b20df1
commit
546d823b60
@ -30,7 +30,7 @@ int PS4_SYSV_ABI sceSaveDataDialogInitialize() {
|
|||||||
|
|
||||||
int PS4_SYSV_ABI sceSaveDataDialogIsReadyToDisplay() {
|
int PS4_SYSV_ABI sceSaveDataDialogIsReadyToDisplay() {
|
||||||
LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called");
|
LOG_ERROR(Lib_SaveDataDialog, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceSaveDataDialogOpen() {
|
int PS4_SYSV_ABI sceSaveDataDialogOpen() {
|
||||||
|
Loading…
Reference in New Issue
Block a user