mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -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
|
||||
// -----------
|
||||
char buffer[2048];
|
||||
bool ret = false;
|
||||
bool ret = true;
|
||||
|
||||
va_list args;
|
||||
va_start(args, format);
|
||||
|
Reference in New Issue
Block a user