Perguntas com a marcação «win32»


3
O que a função Sys_PageIn () faz no Quake?
Percebi no processo de inicialização do Quake original que a seguinte função é chamada. 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 we're …
8 c  win32 
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.