Skip to content

Commit

Permalink
logging: x64 boot message changed
Browse files Browse the repository at this point in the history
No longer says x86-64 breaks recompilers
  • Loading branch information
beaumanvienna authored and TellowKrinkle committed Aug 24, 2020
1 parent 310648f commit 556ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/System.cpp
Expand Up @@ -262,7 +262,7 @@ void SysLogMachineCaps()
Console.WriteLn( Color_StrongBlack, L"x86 Features Detected:" );
Console.Indent().WriteLn(result[0] + (result[1].IsEmpty() ? L"" : (L"\n" + result[1])));
#ifdef __M_X86_64
Console.Indent().WriteLn("Pcsx2 was compiled as 64-bits, which is unsupported and breaks all recompilers.");
Console.Indent().WriteLn("Pcsx2 was compiled as 64-bits.");
#endif

Console.Newline();
Expand Down

0 comments on commit 556ec93

Please sign in to comment.