mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Remove duplicated "Ignore and countinue?"
This commit is contained in:
parent
7045c68327
commit
518d96ad48
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
{ \
|
{ \
|
||||||
if (!(_a_)) \
|
if (!(_a_)) \
|
||||||
{ \
|
{ \
|
||||||
if (!PanicYesNo(_fmt_ "\n\nIgnore and continue?", __VA_ARGS__)) \
|
if (!PanicYesNo(_fmt_, __VA_ARGS__)) \
|
||||||
Crash(); \
|
Crash(); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue