Pixel ratio can be set in Resolution screen
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@705 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
graph.h
2
graph.h
@@ -26,7 +26,7 @@ void Shade_list_to_lookup_tables(word * list, short step, byte mode, byte * tabl
|
||||
void Transform_point(short x, short y,
|
||||
float cos_a, float sin_a, short * rx, short * ry);
|
||||
|
||||
int Init_mode_video(int width, int height, int fullscreen);
|
||||
int Init_mode_video(int width, int height, int fullscreen,int pixel_ratio);
|
||||
|
||||
byte No_effect(word x,word y,byte color);
|
||||
byte Effect_shade(word x,word y,byte color);
|
||||
|
||||
Reference in New Issue
Block a user