Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent efbcea5 commit cf2e8f3
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 3 deletions.
6 changes: 5 additions & 1 deletion patches/E71v45/10075-swilib.vkp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;Библиотека функций
;Functions Library
;(c) avkiev
;Version: 230524
;Version: 040624
;PatchID: 10075
;Details: https://patches.kibab.com/patches/details.php5?id=10075
/*
Expand Down Expand Up @@ -1007,6 +1007,10 @@
0F28: 0xA04FA597 ; 3CA: __thumb int wstricmp(const WSHDR *ws1, const WSHDR *ws2);
0F2C: 0xA04FA5CD ; 3CB: __thumb int wstrnicmp(const WSHDR *ws1, const WSHDR *ws2, size_t n);
0F30: 0xA07A529C ; 3CC: __arm int PersMenuCSM_Open(const WSHDR *file_name, const WSHDR *dir, int flag, int open_mode);
0F34: 0xA04FA78B ; 3CD: __thumb int wstrtoupper(WSHDR *ws);
0F38: 0xA04FA84D ; 3CE: __thumb int wstrtolower(WSHDR *ws);
0F3C: 0xA04FA929 ; 3CF: __thumb int wstrcapitalize(WSHDR *ws);


#pragma disable old_equal_ff
+0
Expand Down
20 changes: 20 additions & 0 deletions patches/E71v45/10838-fix_lsk_on_idle.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;E71v45
;Исправить левый софткей на главном экране когда отключена сеть
;Fix left softkey on IDLE when network is disabled
;(c) FIL
;(r) Feyman, Виктор89
;Version:
;PatchID: 10838
;Details: https://patches.kibab.com/patches/details.php5?id=10838
/*
Описание скриншота:
1. Обычный режим работы.
2. Выключена сеть, патч не установлен.
3. Выключена сеть, патч установлен.
*/

05C2912: ACF059FC 76F24BF9
0838BAC: 4D616D5F53656E644D657373616765546F436C69656E74202D204576656E7449642025642C204E6F74696669636174696F6E547970653A2025732C75736572646174613A F8B50C4F04000D00160000280DD10A4B9847022809D1094B20009847002804D1074832002900B847F8BD320029002000F9E7C046C9F166A0E3E863A0B1F206A0A875E3A8

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

Loading

0 comments on commit cf2e8f3

Please sign in to comment.