mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Fix a few warnings
This commit is contained in:
parent
e0bf9a1858
commit
04c1757b49
4 changed files with 6 additions and 8 deletions
|
@ -138,7 +138,7 @@ void AdvancedConfigPane::OnClockOverrideSliderChanged(wxCommandEvent& event)
|
|||
UpdateCPUClock();
|
||||
}
|
||||
|
||||
u32 ToSeconds(wxDateTime date)
|
||||
static u32 ToSeconds(wxDateTime date)
|
||||
{
|
||||
return static_cast<u32>(date.GetValue().GetValue() / 1000);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue