0 Members and 1 Guest are viewing this topic.
0xA8000000 it is.
So, you use memset like this:void * memset ( void * ptr, int value, size_t num );Ptr will be a pointer to the screen, value the color, and num the number of pixel to change.