Merge pull request #3751 from phire/make_fifoplayer_faster
Use a sane default for the controller update rate.
This commit is contained in:
commit
bb8558174d
|
@ -282,7 +282,7 @@ void Init()
|
||||||
}
|
}
|
||||||
|
|
||||||
g_Poll.Hex = 0;
|
g_Poll.Hex = 0;
|
||||||
g_Poll.X = 7;
|
g_Poll.X = 492;
|
||||||
|
|
||||||
g_ComCSR.Hex = 0;
|
g_ComCSR.Hex = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue