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 2, 2024
1 parent f0aae83 commit bd54d65
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 12 deletions.
44 changes: 38 additions & 6 deletions patches/E71v45/swilib.vkp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
;Библиотека функций
;Functions Library
;(c) avkiev
;Version: 100224
;Version: 010424
;PatchID: 10075
;Details: https://patches.kibab.com/patches/details.php5?id=10075
/*
10.02.24

*/
+0074000
#pragma enable old_equal_ff
Expand Down Expand Up @@ -148,7 +148,7 @@

0200: 0xA0A82501 ; 080: __thumb void int ShowCallList(int list, int zero);
0204: 0xA0FAFFF8 ; 081: HexToDec
0208: 0xA069FA9C ; 082: GetCurrentTrackFilename
0208: 0xA069FA9C ; 082: GetLastAudioTrackFilename
;020C: 0x ; 083: GetPathOfFoundFile
0210: 0xA0568228 ; 084: __arm int GetFileStats(const char *cFileName, void * StatBuffer, unsigned int *errornumber);
0214: 0xA058AF51 ; 085: StrCmpNoCase
Expand Down Expand Up @@ -945,9 +945,41 @@
;E44: ; 391: void *MemMBPAlloc(void *pool, int size);
;E48: ; 392: void MemMBPFree(void *pool, void *ptr);
;E4C: ; 8393: void *MopiResourcePool();
0E50: 0xA066FF69 ; 394: __thumb IMGHDR *GetIMGHDRFromCanvasCache(unsigned int CanvasID);
0E54: 0xA05ACECB ; 395: __thumb void SettingsAE_RegisterListener(Settings_AE_ListenerProc proc, int set, const char *entry, const char *keyword);
0E58: 0xA05ACF25 ; 396: __thumb void SettingsAE_DeregisterListener(Settings_AE_ListenerProc proc, int set, const char *entry, const char *keyword);

;E50: ; 394
;E54: ; 395
;E58: ; 396
;E5C: ; 397
;E60: ; 398
;E64: ; 399
;E68: ; 39A
;E6C: ; 39B
;E70: ; 39C
;E74: ; 39D
;E78: ; 39E
;E7C: ; 39F

;E80: ; 3A0
;E84: ; 3A1
;E88: ; 3A2
;E8C: ; 3A3
;E90: ; 3A4
;E94: ; 3A5
;E98: ; 3A6
;E9C: ; 3A7
;EA0: ; 3A8
;EA4: ; 3A9
;EA8: ; 3AA
;EAC: ; 3AB
;EB0: ; 3AC
;EB4: ; 3AD
;EB8: ; 3AE
;EBC: ; 3AF

0EC0: 0xA05ACECB ; 3B0: __thumb void SettingsAE_RegisterListener(SettingsAE_ListenerProc proc, int set, const char *entry, const char *keyword);
0EC4: 0xA05ACF25 ; 3B1: __thumb void SettingsAE_DeregisterListener(SettingsAE_ListenerProc proc, int set, const char *entry, const char *keyword);
;EC8: ; 3B2: __thumb WSHDR *GetLastAudioTrackDir();
0ECC: 0xA066FF69 ; 3B3: __thumb IMGHDR *GetIMGHDRFromCanvasCache(unsigned int CanvasID);

#pragma disable old_equal_ff
+0
Expand Down
9 changes: 5 additions & 4 deletions patches/S75v52/swilib.vkp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;Библиотека функций
;Functions Library
;(c) avkiev
;Version: 260324
;Version: 010424
;PatchID: 8285
;Details: https://patches.kibab.com/patches/details.php5?id=8285
;!к патчу прикреплён файл, https://patches.kibab.com/cnt.php5?d=s75v52&f=S75sw52_Functions_library_231017.zip
Expand Down Expand Up @@ -996,9 +996,10 @@
; 0EB8: ; 3AE
; 0EBC: ; 3AF

; 0EC0: ; 3B0
; 0EC4: ; 3B1
0EC8: 0xA052D911 ; 3B2: __thumb WSHDR *GetLastAudioTrackDir()
0EC0: 0xA028A659 ; 3B0: __thumb void SettingsAE_RegisterListener(SettingsAE_ListenerProc proc, int set, const char *entry, const char *keyword);
0EC4: 0xA028A6B3 ; 3B1: __thumb void SettingsAE_DeregisterListener(SettingsAE_ListenerProc proc, int set, const char *entry, const char *keyword);
0EC8: 0xA052D911 ; 3B2: __thumb WSHDR *GetLastAudioTrackDir();
0ECC: 0xA0303035 ; 3B3: __thumb IMGHDR *GetIMGHDRFromCanvasCache(unsigned int CanvasID);

#pragma disable old_equal_ff
+0
Expand Down
4 changes: 2 additions & 2 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15072,7 +15072,7 @@
"model": "S75v52",
"file": "S75v52/swilib.vkp",
"additionalFile": "S75v52/S75sw52_Functions_library_231017.zip",
"mtime": 1711473220000,
"mtime": 1711977366000,
"title": {
"ru": "Библиотека функций",
"en": "Functions Library"
Expand Down Expand Up @@ -91489,7 +91489,7 @@
"id": "10075",
"model": "E71v45",
"file": "E71v45/swilib.vkp",
"mtime": 1707575976000,
"mtime": 1711978694000,
"title": {
"ru": "Библиотека функций",
"en": "Functions Library"
Expand Down

0 comments on commit bd54d65

Please sign in to comment.