Small fix
This commit is contained in:
@@ -2080,7 +2080,7 @@ void drawscreenwin(void)
|
|||||||
switch (BitDepth)
|
switch (BitDepth)
|
||||||
{
|
{
|
||||||
case 16:
|
case 16:
|
||||||
if (FPUCopy){
|
if (FPUCopy == 2) {
|
||||||
_asm {
|
_asm {
|
||||||
push es
|
push es
|
||||||
mov ax,ds
|
mov ax,ds
|
||||||
@@ -2208,7 +2208,7 @@ void drawscreenwin(void)
|
|||||||
switch (BitDepth)
|
switch (BitDepth)
|
||||||
{
|
{
|
||||||
case 16:
|
case 16:
|
||||||
if (FPUCopy){
|
if (FPUCopy == 2) {
|
||||||
_asm {
|
_asm {
|
||||||
push es
|
push es
|
||||||
mov ax,ds
|
mov ax,ds
|
||||||
|
|||||||
Reference in New Issue
Block a user