Merge pull request #3751 from phire/make_fifoplayer_faster

Use a sane default for the controller update rate.
This commit is contained in:
Pierre Bourdon 2016-03-26 21:26:24 +01:00
commit bb8558174d

View File

@ -282,7 +282,7 @@ void Init()
}
g_Poll.Hex = 0;
g_Poll.X = 7;
g_Poll.X = 492;
g_ComCSR.Hex = 0;