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 21, 2024
1 parent 4deb5bf commit 91b85a0
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bad.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
### Patches with errors
[C81v51/10629-swilib_c81v51_vkp.vkp](https://patches.kibab.com/patches/details.php5?id=10629)

Warning: Useless "#pragma enable old_equal_ff" has no effect at line 1057 col 1
You can safely remove this line.
```
1054 | ;F44: ; 3D1: void MediaProc_LaunchLastPlayback()
1055 | ;F48: ; 3D2: int GetScreenSaverType()
1056 | 0F4C: 0xA090E36B ; 3D3: void IllumFilterSet(int flags, int unk)
> 1057 | #pragma enable old_equal_ff
| ^
1058 | +0
1059 |
1060 | ;------------------------- end -------------------------
```

Warning: Uncanceled pragma "old_equal_ff" at line 14 col 1
Please put "#pragma disable old_equal_ff" at the end of the patch.
```
11 |
12 | ; C81v51
13 | +00074000
> 14 | #pragma enable old_equal_ff
| ^
15 |
16 | 0000: 0xA0002070 ; 0: void loopback0()
17 | 0004: 0xA0002070 ; 1: void loopback1()
```


### Additional files are not found
The patch has additional files, but it isn't accessible.

Expand Down
15 changes: 15 additions & 0 deletions patches/C81v51/10852-fade_light_off_faster.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
;C81v51
;Ускоренное гашение подсветки
;Fade light off faster
;(c) FIL
;(p) Виктор89
;Version:
;PatchID: 10852
;Details: https://patches.kibab.com/patches/details.php5?id=10852
/*

*/

09581C6: 021C FF22
;------------------------- end -------------------------

16 changes: 16 additions & 0 deletions patches/E71v45/10851-invert_colors_in_service_mode.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
;E71v45
;Инвентировать цвета в Service Mode
;Invert colors in Service Mode
;(c) FIL
;Version:
;PatchID: 10851
;Details: https://patches.kibab.com/patches/details.php5?id=10851
/*


*/

063BB32: 00 01 ; bg palette index
063BB8A: 01 00 ; fg palette index
;------------------------- end -------------------------

18 changes: 18 additions & 0 deletions patches/E71v45/10853-turn_phone_while_off_charging_v2.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
;E71v45
;Включить телефон при оффлайн зарядке
;Turn phone on while offline charging
;(c) FIL
;(r) tick
;Version: 2
;PatchID: 10853
;Details: https://patches.kibab.com/patches/details.php5?id=10853
/*
Телефон автоматически включается только при напряжении аккумулятора больше 3.6 V, чтобы избежать бутлупа.
*/

05AA6AA: 16F00DFB 01F023F8
05AB6F4: 4D617374657252657365745F43534D456E7465723A204E756D626572206F6620636F6D706F6E656E747320746F20726573657420 084B10B50321040000209847E1231B01984202DB044B984710BD044B20009847034BF8E790771AA0F03C54A0C90C5CA057165CA0
05AA6AE: 16F0D2FF C046C046

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

9 changes: 9 additions & 0 deletions patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -30960,5 +30960,14 @@
],
[
"E71v45/10850-Airplane_mode_E45.vkp"
],
[
"E71v45/10851-invert_colors_in_service_mode.vkp"
],
[
"C81v51/10852-fade_light_off_faster.vkp"
],
[
"E71v45/10853-turn_phone_while_off_charging_v2.vkp"
]
]
30 changes: 30 additions & 0 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -93104,6 +93104,26 @@
"ru": "Авиарежим с автовключением",
"en": "Airplane mode with auto-on"
}
},
"10851": {
"id": "10851",
"model": "E71v45",
"file": "E71v45/10851-invert_colors_in_service_mode.vkp",
"mtime": 1718880366000,
"title": {
"ru": "Инвентировать цвета в Service Mode",
"en": "Invert colors in Service Mode"
}
},
"10853": {
"id": "10853",
"model": "E71v45",
"file": "E71v45/10853-turn_phone_while_off_charging_v2.vkp",
"mtime": 1718907782000,
"title": {
"ru": "Включить телефон при оффлайн зарядке",
"en": "Turn phone on while offline charging"
}
}
},
"C81v51": {
Expand Down Expand Up @@ -95737,6 +95757,16 @@
"ru": "Отключить фон в интерфейсе настройки громкости",
"en": "Disable background in Audio Setup UI"
}
},
"10852": {
"id": "10852",
"model": "C81v51",
"file": "C81v51/10852-fade_light_off_faster.vkp",
"mtime": 1718888642000,
"title": {
"ru": "Ускоренное гашение подсветки",
"en": "Fade light off faster"
}
}
},
"C81v38": {
Expand Down

0 comments on commit 91b85a0

Please sign in to comment.