mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Change the return value of panicyesno to true
It somehow escaped last commit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2684 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bf0bd5f2d7
commit
70f75e1c99
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ bool MsgAlert(const char* caption, bool yes_no, int Style, const char* format, .
|
||||||
// Read message and write it to the log
|
// Read message and write it to the log
|
||||||
// -----------
|
// -----------
|
||||||
char buffer[2048];
|
char buffer[2048];
|
||||||
bool ret = false;
|
bool ret = true;
|
||||||
|
|
||||||
va_list args;
|
va_list args;
|
||||||
va_start(args, format);
|
va_start(args, format);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue