mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 01:34:13 +00:00
[all] move defines for LGMP_QUEUE_*_LEN into KVMFR.h
This commit is contained in:
@@ -375,8 +375,7 @@ static int frameThread(void * unused)
|
||||
size_t dataSize;
|
||||
LG_RendererFormat lgrFormat;
|
||||
|
||||
//FIXME: Should use LGMP_Q_FRAME_LEN
|
||||
struct DMAFrameInfo dmaInfo[2] = {0};
|
||||
struct DMAFrameInfo dmaInfo[LGMP_Q_FRAME_LEN] = {0};
|
||||
const bool useDMA =
|
||||
params.allowDMA &&
|
||||
ivshmemHasDMA(&state.shm) &&
|
||||
|
Reference in New Issue
Block a user