mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
Linear_Blit_To_Linear ported to C
This commit is contained in:
@@ -12,8 +12,7 @@ int vqa_upscale_hack_width = 0;
|
||||
int vqa_upscale_hack_height = 0;
|
||||
byte* vqa_output_buffer = nullptr;
|
||||
|
||||
byte* VQA_Dropsample(const byte* in, int inwidth, int inheight,
|
||||
int outwidth, int outheight) {
|
||||
byte* VQA_Dropsample(const byte* in, int inwidth, int inheight, int outwidth, int outheight) {
|
||||
int i, j, k;
|
||||
const byte* inrow;
|
||||
const byte* pix1;
|
||||
|
||||
Reference in New Issue
Block a user