mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-06 18:53:16 +00:00
sceSaveDataMount2,sceSaveDataUmount some implementation
This commit is contained in:
parent
2b9b3e76bf
commit
277e16c7ba
7 changed files with 81 additions and 11 deletions
|
@ -14,6 +14,13 @@ namespace Libraries::MsgDialog {
|
|||
|
||||
using OrbisUserServiceUserId = s32;
|
||||
|
||||
enum OrbisCommonDialogStatus {
|
||||
ORBIS_COMMON_DIALOG_STATUS_NONE = 0,
|
||||
ORBIS_COMMON_DIALOG_STATUS_INITIALIZED = 1,
|
||||
ORBIS_COMMON_DIALOG_STATUS_RUNNING = 2,
|
||||
ORBIS_COMMON_DIALOG_STATUS_FINISHED = 3
|
||||
};
|
||||
|
||||
enum OrbisMsgDialogMode {
|
||||
ORBIS_MSG_DIALOG_MODE_USER_MSG = 1,
|
||||
ORBIS_MSG_DIALOG_MODE_PROGRESS_BAR = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue