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 10, 2024
1 parent 14e1abe commit 545c31a
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;Библиотека функций
;Functions Library
;(c) avkiev
;Version: 080624
;Version: 090624
;PatchID: 10075
;Details: https://patches.kibab.com/patches/details.php5?id=10075
/*
Expand Down Expand Up @@ -967,9 +967,9 @@
;E90: ; 3A4
;E94: ; 3A5
;E98: ; 3A6
;E9C: ; 3A7
;EA0: ; 3A8
;EA4: ; 3A9
0E9C: 0xA094CB67 ; 3A7: __thumb int GUI_NewTimer(void *gui);
0EA0: 0xA094CCAB ; 3A8: __thumb int GUI_DeleteTimer(void *gui, int id);
0EA4: 0xA094CBFB ; 3A9: __thumb void GUI_StartTimerProc(void *gui, int id, long timeout, GUI_TimerProc callback);
;EA8: ; 3AA
;EAC: ; 3AB
;EB0: ; 3AC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;Использование эльфов-скринсейверов
;Using ELFs screensavers
;(c) FIL
;Version: 1.1
;Version: 1.2
;PatchID: 10843
;Details: https://patches.kibab.com/patches/details.php5?id=10843
/*
Expand All @@ -14,8 +14,9 @@
0670C94: 88F15CEC 01F02EFF
0672AF4: 43616D41453A204170702E2063616C6C732043616D41455F A021C26810B50248024B0902984710BD09420000AB1E09A0

06710D6: 53F701FF 0020C046 ; bypass default code protection on close screensaver

06710D6: 53F701FF 0020C046
06710DC: 10BD FFE7
06710E2: 10BD FFE7

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;Using ELFs screensavers
;(c) FIL
;(p) Виктор89
;Version: 1.1
;Version: 1.2
;PatchID: 10844
;Details: https://patches.kibab.com/patches/details.php5?id=10844
/*
Expand All @@ -15,7 +15,9 @@
0303CFC: E8F0BAEE 0AF020FF
030EB40: 4572726F722061742070617369635F4D6F6E6F436F6E7472 A021C26810B50248024B0902984710BD09420000942A09A0

03040FE: 9BF760F8 0020C046 ; bypass default code protection on close screensaver
03040FE: 9BF760F8 0020C046
0304104: 10BD FFE7
030410A: 10BD FFE7

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

34 changes: 34 additions & 0 deletions patches/S75v52/10845-change_dirs_of_theme_res_v1_1.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
;S75v52
;Задать директорию ресурсов темы
;Set directory of theme resources
;(c) FIL
;(p) Виктор89
;Version: 1.1
;PatchID: 10845
;Details: https://patches.kibab.com/patches/details.php5?id=10845
/*
По умолчанию ресурсы тем сохраняются в каталоги 0:\Pictures, 0:\Sounds и тем самым загрязняют их. Данный патч переносит запись в директорию 1:\ThemeResources. Перед применением темы каталог 1:\ThemeResources очищается.
*/

;RODATA
#pragma enable old_equal_ff
13BFDD0: 303A5C536F756E647300303A5C506963747572657300313A5C5468656D655265736F75726365730025735C25770025775C257700257300
#pragma disable old_equal_ff

0531F20: 2CF1CCE9 00F062E9
05321E8: 50706841 F0402DE9
05321EC: 455F506B 0F373AFA
05321F0: 675F4F70 F080BDE8
#pragma enable old_equal_ff
13BFE30: F7B5174C0193009010201700A047154E05001020A047144904002800B04713492000B047124B29003800984700280BD1104A1149019B00980A4EB0470F4E2800B0472000B047F7BD094B2100380098470028EDD00A49019B00983A00EDE7C046399896A0758D96A0D0FD3BA1DAFD3BA177701FA0E6FD3BA1F8FD3BA17D6F1FA0FEFD3BA1
#pragma disable old_equal_ff

05B1E18: 7CF733FB 00F084E8
05B1F24: 50706841 F0402DE9
05B1F28: 455F5468 E83738FA
05B1F2C: 656D655F F080BDE8
#pragma enable old_equal_ff
13BFED0: 10B50A4B20209847094A0A490A4B040098470022094B0321652098470121084B20009847074B2000984710BD399896A0E6FD3BA104FE3BA1758D96A0457C53A04DEB5AA07D6F1FA0
#pragma disable old_equal_ff
;------------------------- end -------------------------

3 changes: 3 additions & 0 deletions patches/S75v52/8285-swilib_v090624.vkp
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@
; 0E90: ; 3A4
; 0E94: ; 3A5
; 0E98: ; 3A6
0E9C: 0xA0975E5B ; 3A7: __thumb int GUI_NewTimer(void *gui);
0EA0: 0xA0975F9F ; 3A8: __thumb int GUI_DeleteTimer(void *gui, int id);
0EA4: 0xA0975EEF ; 3A9: __thumb void GUI_StartTimerProc(void *gui, int id, long timeout, GUI_TimerProc callback);
; 0E9C: ; 3A7
; 0EA0: ; 3A8
; 0EA4: ; 3A9
Expand Down
9 changes: 6 additions & 3 deletions patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -28685,7 +28685,7 @@
],
null,
[
"E71v45/10075-swilib_v080624.vkp"
"E71v45/10075-swilib_v090624.vkp"
],
[
"EL71v45/10076-library.vkp"
Expand Down Expand Up @@ -30942,9 +30942,12 @@
"E71v45/10842-switch_off_menu_instead_of_fax_data.vkp"
],
[
"E71v45/10843-using_elfs_screensavers_v1_1.vkp"
"E71v45/10843-using_elfs_screensavers_v1_2.vkp"
],
[
"S75v52/10844-using_elfs_screensavers_v1_1.vkp"
"S75v52/10844-using_elfs_screensavers_v1_2.vkp"
],
[
"S75v52/10845-change_dirs_of_theme_res_v1_1.vkp"
]
]
24 changes: 17 additions & 7 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15076,7 +15076,7 @@
"model": "S75v52",
"file": "S75v52/8285-swilib_v090624.vkp",
"additionalFile": "S75v52/8285-S75sw52_Functions_library_231017.zip",
"mtime": 1717876340000,
"mtime": 1717919082000,
"title": {
"ru": "Библиотека функций",
"en": "Functions Library"
Expand Down Expand Up @@ -19137,12 +19137,22 @@
"10844": {
"id": "10844",
"model": "S75v52",
"file": "S75v52/10844-using_elfs_screensavers_v1_1.vkp",
"mtime": 1717874998000,
"file": "S75v52/10844-using_elfs_screensavers_v1_2.vkp",
"mtime": 1717924222000,
"title": {
"ru": "Использование эльфов-скринсейверов",
"en": "Using ELFs screensavers"
}
},
"10845": {
"id": "10845",
"model": "S75v52",
"file": "S75v52/10845-change_dirs_of_theme_res_v1_1.vkp",
"mtime": 1717946734000,
"title": {
"ru": "Задать директорию ресурсов темы",
"en": "Set directory of theme resources"
}
}
},
"SL75v31": {
Expand Down Expand Up @@ -91500,8 +91510,8 @@
"10075": {
"id": "10075",
"model": "E71v45",
"file": "E71v45/10075-swilib_v080624.vkp",
"mtime": 1717866140000,
"file": "E71v45/10075-swilib_v090624.vkp",
"mtime": 1717914726000,
"title": {
"ru": "Библиотека функций",
"en": "Functions Library"
Expand Down Expand Up @@ -93058,8 +93068,8 @@
"10843": {
"id": "10843",
"model": "E71v45",
"file": "E71v45/10843-using_elfs_screensavers_v1_1.vkp",
"mtime": 1717865654000,
"file": "E71v45/10843-using_elfs_screensavers_v1_2.vkp",
"mtime": 1717923730000,
"title": {
"ru": "Использование эльфов-скринсейверов",
"en": "Using ELFs screensavers"
Expand Down

0 comments on commit 545c31a

Please sign in to comment.