mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-22 19:00:56 -04:00
It show only 24 and 32 bpp in blue screen
git-svn-id: svn://kolibrios.org@947 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a06f8cc84c
commit
0df8accb94
@ -215,14 +215,14 @@ calc_vmodes_table:
|
|||||||
test [es:mi.ModeAttributes],10000000b ;LFB ?
|
test [es:mi.ModeAttributes],10000000b ;LFB ?
|
||||||
jz @f
|
jz @f
|
||||||
|
|
||||||
; cmp [es:mi.BitsPerPixel], 24
|
cmp [es:mi.BitsPerPixel], 24 ;It show only videomodes to have support 24 and 32 bpp
|
||||||
; jb @f
|
jb @f
|
||||||
|
|
||||||
cmp [es:mi.BitsPerPixel],16
|
; cmp [es:mi.BitsPerPixel],16
|
||||||
jne .l0
|
; jne .l0
|
||||||
cmp [es:mi.GreenMaskSize],5
|
; cmp [es:mi.GreenMaskSize],5
|
||||||
jne .l0
|
; jne .l0
|
||||||
mov [es:mi.BitsPerPixel],15
|
; mov [es:mi.BitsPerPixel],15
|
||||||
|
|
||||||
|
|
||||||
.l0:
|
.l0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user