mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-25 02:41:47 +08:00
Fix shifting of SECUREVALUE_SLOT_SD.
This commit is contained in:
parent
18d4f1136d
commit
f0119190b4
@ -16,7 +16,7 @@ static void action_delete_secure_value_end_onresponse(ui_view* view, void* data,
|
|||||||
static void action_delete_secure_value_update(ui_view* view, void* data, float* progress, char* progressText) {
|
static void action_delete_secure_value_update(ui_view* view, void* data, float* progress, char* progressText) {
|
||||||
title_info* info = (title_info*) data;
|
title_info* info = (title_info*) data;
|
||||||
|
|
||||||
u64 param = (SECUREVALUE_SLOT_SD << 32) | (info->titleId & 0xFFFFFFF);
|
u64 param = ((u64) SECUREVALUE_SLOT_SD << 32) | (info->titleId & 0xFFFFFFF);
|
||||||
u8 out = 0;
|
u8 out = 0;
|
||||||
Result res = FSUSER_ControlSecureSave(SECURESAVE_ACTION_DELETE, ¶m, sizeof(param), &out, sizeof(out));
|
Result res = FSUSER_ControlSecureSave(SECURESAVE_ACTION_DELETE, ¶m, sizeof(param), &out, sizeof(out));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user