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 3, 2024
1 parent bd54d65 commit 156b141
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
30 changes: 30 additions & 0 deletions patches/E71v45/send_gbs_message_while_ss_starts.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
;E71v45
;Отправка GBS сообщения в момент запуска скринсейвера
;Send a GBS message while a screensaver starts
;(c) Azq2, FIL
;(r) Виктор89
;Version:
;PatchID: 10781
;Details: https://patches.kibab.com/patches/details.php5?id=10781
/*
Патч отправляет GBS сообщение GBS_SendMessage(0x4209, 0xA000, CSM_ID) в момент запуска самого скринсейвера. Данный патч нужен для работы эльфов-скринсейверов.
*/
0670B8C: 87F128EF 79F06EFC

+06EA460
0C: 4150 20B5
0E: 4D5F4669 C7DF0701
12: 6C65 0546
14: 5265665F5365 422000020930
1A: 744170704964 A02109020031
20: 5061 2A46
22: 7261 0023
24: 6D73 08B4
26: 00005772 C7DF0001
2A: 6F6E 08BC
2C: 6720 2846
2E: 6170 20BD
+0

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

3 changes: 3 additions & 0 deletions patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -30841,5 +30841,8 @@
],
[
"E71v45/force_update_audio_track_in_ram.vkp"
],
[
"E71v45/send_gbs_message_while_ss_starts.vkp"
]
]
10 changes: 10 additions & 0 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -92721,6 +92721,16 @@
"ru": "Принудительно обновлять данные текущего аудио трека в памяти",
"en": "Force update the data of a current audio track in ram"
}
},
"10781": {
"id": "10781",
"model": "E71v45",
"file": "E71v45/send_gbs_message_while_ss_starts.vkp",
"mtime": 1712075452000,
"title": {
"ru": "Отправка GBS сообщения в момент запуска скринсейвера",
"en": "Send a GBS message while a screensaver starts"
}
}
},
"C81v51": {
Expand Down

0 comments on commit 156b141

Please sign in to comment.