mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
- fix an endless autodetection loop when no user configuration is present
- don't try to load the manual if a proxy is set -- wx' html view doesn't honor the proxy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad9db0c145
commit
7564ad8efa
2 changed files with 28 additions and 14 deletions
|
|
@ -124,7 +124,7 @@ public:
|
|||
void OnDoomBtn(wxCommandEvent& event);
|
||||
void OnTalkBtn(wxCommandEvent& event);
|
||||
|
||||
int GetDeviceId();
|
||||
int GetDeviceId(bool);
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue