mirror of https://github.com/zxdos/zxuno.git
readme upd
This commit is contained in:
parent
a65520bc0d
commit
d189ba03b7
|
|
@ -19,6 +19,7 @@ Current version supports:
|
|||
* Rendering plain-text pages
|
||||
* Downloading binary files to SD card
|
||||
* Opening specified server(only by root path)
|
||||
* Screen dumps viewing
|
||||
|
||||
## Legals
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,6 @@ isImage:
|
|||
jr z, checkImg
|
||||
push hl
|
||||
call pushRing
|
||||
call putC
|
||||
pop hl
|
||||
inc hl
|
||||
jr isImage
|
||||
|
|
|
|||
Loading…
Reference in New Issue