mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
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.X = 7;
|
||||
g_Poll.X = 492;
|
||||
|
||||
g_ComCSR.Hex = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user