mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
fix core error
This commit is contained in:
parent
151db6a1c6
commit
8f57608692
1 changed files with 0 additions and 8 deletions
|
@ -275,14 +275,6 @@ void ProcessorInterfaceManager::ResetButton_Tap_FromUser()
|
|||
ResetButton_Tap();
|
||||
}
|
||||
|
||||
void ProcessorInterfaceManager::ResetButton_Tap_FromUser()
|
||||
{
|
||||
if (NetPlay::IsNetPlayRunning())
|
||||
NetPlay::ScheduleResetButtonTap();
|
||||
else
|
||||
ResetButton_Tap();
|
||||
}
|
||||
|
||||
void ProcessorInterfaceManager::PowerButton_Tap()
|
||||
{
|
||||
if (!Core::IsRunning())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue