Commit 032e81f

Nick committed on
Removing leftover ddraw stuff
commit 032e81fff2063e4e85ecd30926fdc1b975a33440 parent def7dda
1 changed files +1−6
ModifiedGpu/lcl_out.pas +1−6
@@ -14,7 +14,7 @@ implementation
14 14
15 uses 15 uses
16 BGRABitmapTypes, 16 BGRABitmapTypes,
17 vars, ddraw_out, 17 vars,
18 classes; 18 classes;
19 19
20 var 20 var
@@ -22,8 +22,6 @@ var
22 22
23 procedure StartLCL; 23 procedure StartLCL;
24 begin 24 begin
25 frames := 0;
26
27 dx_r := $FF0000; 25 dx_r := $FF0000;
28 dx_g := $00FF00; 26 dx_g := $00FF00;
29 dx_b := $0000FF; 27 dx_b := $0000FF;
@@ -50,9 +48,6 @@ var
50 p: PBGRAPixel; 48 p: PBGRAPixel;
51 Idx: Integer; 49 Idx: Integer;
52 begin 50 begin
53 if skip_asm then
54 exit;
55
56 p := bmp.Data; 51 p := bmp.Data;
57 52
58 for Y := 144-1 downto 0 do 53 for Y := 144-1 downto 0 do