fixed most stuff theres still linker issues

This commit is contained in:
JuiceyDev
2026-03-04 23:17:28 +01:00
parent 240a7e91a6
commit f622fe08a8
14 changed files with 269 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
#include "stdafx.h"
#ifndef __linux__
void glReadPixels(int,int, int, int, int, int, ByteBuffer *)
{
}
@@ -116,4 +118,6 @@ DWORD XCamSetView(
) { return 0; }
XCAMDEVICESTATE XCamGetStatus() { return XCAMDEVICESTATE_DISCONNECTED; }
#endif
#endif