Quote:
Originally Posted by Semwize
If suddenly someone used this patch and suffers from its absence ...
|
Quote:
Originally Posted by geek1011
I'll make it multi-version and add it to the patch zips again. I'll also add an entry to the patch request post.
|
https://github.com/pgaskin/kobopatch...a2f1f26d080f0a
Code:
Increase page navigation history:
- Enabled: no
- Description: Increases the number of dots marking navigation history on the scrubber.
# Replace the immediate value for the cmp r1, #2 before the bgt to the inlined
# QVector::removeFirst() (i.e. QVector::erase(start, start+1)):
- BaseAddress: "BookmarkHistoryMixin::pushBookmark(Bookmark const&)"
- ReplaceInt: {Offset: 24, Find: 2, Replace: 4} # note: you can set the replacement to whatever you want, but it MUST be > 1 or bad things will happen