Phantom Kingdom Portable
|
10-26-2014, 04:37 AM
Post: #11
|
|||
|
|||
RE: Phantom Kingdom Portable
From which memset hash it's using, I figured out the cycle counts. Apparently this also helps:
//return 10 + bytes / 4; // approximation return 5 + 6 * bytes + 2; (within Replace_memset()...) But, this may just mean that something else there is incorrectly timing or is causing it to be sensitive to timing. For example, drawing may be returning too quickly or something. -[Unknown] |
|||
« Next Oldest | Next Newest »
|