mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
TTY output improved; ARMv7: new instructions
ADC_REG, MVN_REG, ORR_REG, ROR_IMM, ROR_REG, TST_IMM, armv7_fmt improved
This commit is contained in:
parent
d5bbea097b
commit
e3f55a75a3
7 changed files with 426 additions and 76 deletions
|
@ -109,7 +109,11 @@ struct FileListener : LogListener
|
|||
if (mPrependChannelName)
|
||||
{
|
||||
text.insert(0, gTypeNameTable[static_cast<u32>(msg.mType)].mName);
|
||||
|
||||
|
||||
if (msg.mType == Log::TTY)
|
||||
{
|
||||
text = fmt::escape(text) + "\n";
|
||||
}
|
||||
}
|
||||
mFile.Write(text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue