Don't use RDTSC

This commit is contained in:
simon.kagstrom 2009-05-09 10:31:21 +00:00
parent fc58a6f6f8
commit 22c30f60b7
1 changed files with 1 additions and 1 deletions

View File

@ -244,5 +244,5 @@ int machdep_parse_option (struct uae_prefs *p, const char *option, const char *v
void machdep_default_options (struct uae_prefs *p)
{
p->use_processor_clock = 1;
p->use_processor_clock = 0;
}