View Single Post
Old 09-26-2014, 05:01 AM   #309
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by JSWolf View Post
Do we patch it like

These values (01 or 00) postion the viewport to the center:
Code:
# Left margin
replace_int = 957626, 0, 01
# Top margin
replace_int = 95762A, 0, 01
</Patch>
or like

Code:
# Initial replaces
replace_bytes = 957626, 19 46, 00 01
replace_bytes = 95762A, 1A 46, 00 01
@JCWolf. My anwser is a bit late.

Only use the first method as the "# Initial replaces" are the "default" settings.
You should only customize the "replace_int" values, the same as the other patch sections.

Heres my full patch, the replace_int" values are set to 00:
Code:
<Patch>
patch_name = `Margins fine tuning`
patch_enable = `yes`
#
# Do not enable this patch unless you're sure you need it.
# It may cause the screen to be off-centre.
#
# Initial replaces
replace_bytes = 957626, 19 46, 00 21
replace_bytes = 95762A, 1A 46, 00 22
# Values for replace
# Left margin
replace_int = 957626, 0, 00
# Top margin
replace_int = 95762A, 0, 00
</Patch>

Last edited by Anak; 09-26-2014 at 05:03 AM.
Anak is offline   Reply With Quote