Domande taggate «win32»


3
Cosa fa la funzione Sys_PageIn () in Quake?
Ho notato che nel processo di inizializzazione del Quake originale viene chiamata la seguente funzione. 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 thinking …
8 c  win32 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.