int fps;
...
char windowFpsString[_MAX_PATH];
sprintf(windowFpsString, "WindowName - FPS %d", fps);
SetWindowText(mainWindow, (LPCTSTR)windowFpsString);
secretemu said:the stuff on chip 8 is mostly only documentation.
what i wnt to know is how to use this documentation to create an emu
can you help pleasearty: