Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent eaff10b commit c4fb3a5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;Модификация Native Explorer
;Native Explorer Modification
;(c) FIL
;Version: 1
;Version: 1.1.2
;PatchID: 11024
;Details: https://patches.kibab.com/patches/details.php5?id=11024
/*
Expand All @@ -17,6 +17,8 @@
- Исправлены заголовки.
- Возможность удаления файлов "Только для чтения".
- Отображение расширений файлов.
- Переименовывание файлов с расширением.
- Фикс переименовывания файлов только со сменой регистра.
- Работа с системными директориями как с обычными.
- Рекурсивное удаление каталогов.
- Работа с выделенными папками, как с обычными файлами.
Expand Down Expand Up @@ -131,26 +133,43 @@
; .Set2ndTabPath_Jump
0699654: 0EA3F91B 299C331B

#pragma enable old_equal_ff
; .FixInitTabHook
13806D0: 0B68CF225B881340181C032B00D903200004000C7047
#pragma disable old_equal_ff

; .FixInitTab
06993EC: F3DDFCEB000050E360708415 B79C33FAFF0050E360008415

; .FixMMCTabIcon
0786044: 010054E3 030054E3

; .ShowDrives
0698B1C: 08402DE90D00A0E1 0100A0E31EFF2FE1

; .FixRenameFiles
0715114: 1E95F7FB 167B22EB

; .RenameWithExt_Part1
0714F28: F3EDFAEB 0100A0E3

; .RenameWithExt_Part2
05D0988: 0400A0E1 2F0000EA

; .FixCopyFiles
0716470: D2E9FAEB 0100A0E3

; .FixCopyMarkedDirs
0715D60: 9D1E00EB 0000A0E3

; .FixDeleteROFiles_Part1
05D0F00: 0100A013 0000A013

; .FixDeleteROFiles_Part2
0694F28: 0100000A 070000EA

; .FixCopyMarkedDirs
0715D60: 9D1E00EB 0000A0E1

; .FixHeader_Part1
071EF04: 000050E3 FF0050E3

; .FixHeader_Part2
071EF84: 000050E3 FF0050E3
; .FixHeader
071EEE8: 0410A0E1 520000EA

; .FixMenu4Dirs
071CBD4: 4296F7EB 0000A0E3
Expand Down
2 changes: 1 addition & 1 deletion patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -31578,7 +31578,7 @@
"S75v52/11023-set_csm_for_natmenu.vkp"
],
[
"E71v45/11024-nem_v1.vkp"
"E71v45/11024-nem_v1_1_2.vkp"
],
[
"CF75v23/11025-C72v22_cpu_208mhz_notlmb.vkp"
Expand Down
4 changes: 2 additions & 2 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -94479,8 +94479,8 @@
"11024": {
"id": "11024",
"model": "E71v45",
"file": "E71v45/11024-nem_v1.vkp",
"mtime": 1734025774000,
"file": "E71v45/11024-nem_v1_1_2.vkp",
"mtime": 1735756416000,
"title": {
"ru": "Модификация Native Explorer",
"en": "Native Explorer Modification"
Expand Down

0 comments on commit c4fb3a5

Please sign in to comment.