Preguntas etiquetadas con win32

8
¿Qué hace la función Sys_PageIn () en Quake?

He notado en el proceso de inicialización del Quake original que se llama la siguiente función. volatile int sys_checksum; // **lots of code** void Sys_PageIn(void *ptr, int size) { byte *x; int j,m,n; //touch all memory to make sure its there. The 16-page skip is to //keep Win 95 from...