Skip to content

Commit

Permalink
modules: Stub some unkown CommonDialog function
Browse files Browse the repository at this point in the history
  • Loading branch information
Macdu committed Dec 17, 2023
1 parent da8a693 commit 94ac16e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vita3k/modules/SceCommonDialog/SceCommonDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ EXPORT(int, sceCameraImportDialogTerm) {
return UNIMPLEMENTED();
}

EXPORT(int, sceCommonDialog_B7D4C911) {
STUBBED("Return 2");
return 2;
}

EXPORT(int, sceCommonDialogGetWorkerThreadId) {
TRACY_FUNC(sceCommonDialogGetWorkerThreadId);
return UNIMPLEMENTED();
Expand Down
1 change: 1 addition & 0 deletions vita3k/nids/include/nids/nids.inc
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ NID(sceCameraImportDialogGetResult, 0x7B339AA2)
NID(sceCameraImportDialogGetStatus, 0x86AE7314)
NID(sceCameraImportDialogInit, 0xE525BDB0)
NID(sceCameraImportDialogTerm, 0x8ED0C83C)
NID(sceCommonDialog_B7D4C911, 0xB7D4C911)
NID(sceCommonDialogGetWorkerThreadId, 0xD4C37375)
NID(sceCommonDialogIsRunning, 0x043A353E)
NID(sceCommonDialogSetConfigParam, 0xBECD35C8)
Expand Down

0 comments on commit 94ac16e

Please sign in to comment.