You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform
chrox a38d851a15 mcode force allocation on Android is now optional
Anyone who encounters random freeze of koreader for Android
is encouraged to enable this by adding a file at
"/sdcard/koreader/patch.lua" with the content of:
```
require("jit.opt").start("sizemcode=256","maxmcode=256")
for i=1,100 do end  -- Force allocation of one large segment
```
The sizemcode and maxmcode could be adjusted from 196 to 512 to
make koreader best fit on your Android device.
9 years ago
..
android mcode force allocation on Android is now optional 9 years ago
kindle fix mupdf rendering caused by FONTDIR env var 9 years ago
kobo Merge pull request #1423 from Markismus/master 9 years ago
pocketbook fix no match libglib, libssl and libcrypto in some old pocketbook firmware 9 years ago
win32 move platform dependent files into 'platform' directory 10 years ago