Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2024
1 parent 553ea20 commit 5e2e53a
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 18 deletions.
15 changes: 0 additions & 15 deletions patches/S75v52/RemoveIconsWhit.vkp

This file was deleted.

21 changes: 21 additions & 0 deletions patches/S75v52/S75v52_native_longpress_fix.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
;S75v52
;Включить перемещение по пунктам нативного меню по длиному нажатию джоя влево/вправо
;Enable native menu items navigation by left/right navy key long press
;(c) Evgr
;(p) Виктор89
;Version:
;PatchID: 10789
;Details: https://patches.kibab.com/patches/details.php5?id=10789
/*
Дополнение к патчу - ID 10027 "Исправить навигацию по пунктам нативного меню".
По длинному вверх/вниз перемещается, пусть и по длинному влево/вправо тоже.
*/
0A1A2F8: 251C271CB0378035 004DA847,0xA1470851

#pragma enable old_equal_ff
1470850: 00B5251C271CB03780352C2801D12720
1470860: 02E02D2800D12820784700000040BDE8
1470870: 04E08EE21EFF2FE1
#pragma disable old_equal_ff
;------------------------- end -------------------------

13 changes: 13 additions & 0 deletions patches/S75v52/disable_drawing_num_in_native_menu.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
;S75v52
;Отключить отрисовку номера текущего элемента в Native Menu
;Disable drawing the number of a current item in Native Menu
;(c) FIL
;Version:
;PatchID: 10788
;Details: https://patches.kibab.com/patches/details.php5?id=10788
/*

*/
0A199B2: C2F14EEB C046C046
;------------------------- end -------------------------

23 changes: 23 additions & 0 deletions patches/S75v52/remove_icons_white_bg_in_nat_menu.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
;S75v52
;Убрать белый фон у иконок в Native menu
;Remove Icons White Background in Native Menu
;(c) FIL,SiNgle
;(r) Виктор89, MAXIM
;(p) Barakyda
;Version: 2
;PatchID: 8462
;Details: https://patches.kibab.com/patches/details.php5?id=8462
/*

*/
0A18374: FFF777FE C046C046

0A1A21E: 00 FF
0A1A27E: E8F7C4F8 83F227FB
#pragma enable old_equal_ff
0C9D8D0: F0B591B003930400144B02200D00160098470399033C0331F31CEA1E0091104E2100193D070005A8B0473B0005A907A80C4E0022B0473B0005A907A800940022094C0195A0470022110007A8074B9847074B07A8984711B0F0BDC04603C8A1A09B5D97A05F29A0A0852AA0A0A31997A0493C90A0
#pragma disable old_equal_ff
0A1A2C2: E8F7A2F8 00280028

;------------------------- end -------------------------

8 changes: 7 additions & 1 deletion patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -24116,7 +24116,7 @@
"S75v52/Relocate_TC_from_Cache_to_Config.vkp"
],
[
"S75v52/RemoveIconsWhit.vkp"
"S75v52/remove_icons_white_bg_in_nat_menu.vkp"
],
null,
[
Expand Down Expand Up @@ -30862,5 +30862,11 @@
],
[
"S68v52/BS_SM_White_S68sw52.vkp"
],
[
"S75v52/disable_drawing_num_in_native_menu.vkp"
],
[
"S75v52/S75v52_native_longpress_fix.vkp"
]
]
24 changes: 22 additions & 2 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -16344,8 +16344,8 @@
"8462": {
"id": "8462",
"model": "S75v52",
"file": "S75v52/RemoveIconsWhit.vkp",
"mtime": 1206191428000,
"file": "S75v52/remove_icons_white_bg_in_nat_menu.vkp",
"mtime": 1712777272000,
"title": {
"ru": "Убрать белый фон у иконок в Native menu",
"en": "Remove Icons White Background in Native Menu"
Expand Down Expand Up @@ -19011,6 +19011,26 @@
"ru": "Быстрое переключение мелодий в медиаплеере",
"en": "Fast switching melody in mediaplayer"
}
},
"10788": {
"id": "10788",
"model": "S75v52",
"file": "S75v52/disable_drawing_num_in_native_menu.vkp",
"mtime": 1712777990000,
"title": {
"ru": "Отключить отрисовку номера текущего элемента в Native Menu",
"en": "Disable drawing the number of a current item in Native Menu"
}
},
"10789": {
"id": "10789",
"model": "S75v52",
"file": "S75v52/S75v52_native_longpress_fix.vkp",
"mtime": 1712784334000,
"title": {
"ru": "Включить перемещение по пунктам нативного меню по длиному нажатию джоя влево/вправо",
"en": "Enable native menu items navigation by left/right navy key long press"
}
}
},
"SL75v31": {
Expand Down

0 comments on commit 5e2e53a

Please sign in to comment.