mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 19:42:45 +01: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.Hex = 0;
|
||||||
g_Poll.X = 7;
|
g_Poll.X = 492;
|
||||||
|
|
||||||
g_ComCSR.Hex = 0;
|
g_ComCSR.Hex = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user