Skip to content

Commit

Permalink
Move drawline to int to facilitate calculation - Fixing some regressi…
Browse files Browse the repository at this point in the history
…ons in #1305
  • Loading branch information
Francois CARON committed Feb 11, 2022
1 parent 9b9483b commit c9e1548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabause/src/core/video/opengl/common/include/vidshared.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ typedef struct
u16 char_bank[4];
u16 pname_bank[4];
u8 alpha_per_line[270];
u16 draw_line;
int draw_line;

} vdp2draw_struct;

Expand Down

0 comments on commit c9e1548

Please sign in to comment.