library/src/vkvm.cpp

9 lines
168 B
C++
Raw Normal View History

#include "vkvm.h"
#include "internal.h"
void initialize(int pid) {
2019-11-04 23:17:15 +01:00
impl.sharedMemoryPid = pid;
impl.sharedMemoryKey = 892348;
impl.sharedMemorySize = 0;
}