mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ void Init()
|
|||
}
|
||||
|
||||
g_Poll.Hex = 0;
|
||||
g_Poll.X = 7;
|
||||
g_Poll.X = 492;
|
||||
|
||||
g_ComCSR.Hex = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue