mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
CppCheck: Tried to classify and marked some lines that weird.
This commit is contained in:
parent
cd23a2ecaf
commit
900389d857
7 changed files with 7 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ std::string armv7_fmt(ARMv7Context& context, vm::psv::ptr<const char> fmt, u32 g
|
|||
const auto start = fmt - 1;
|
||||
|
||||
// read flags
|
||||
// TODO:: Syphurith: Sorry i can not classify/understand these lines exactly..
|
||||
const bool plus_sign = *fmt == '+' ? fmt++, true : false;
|
||||
const bool minus_sign = *fmt == '-' ? fmt++, true : false;
|
||||
const bool space_sign = *fmt == ' ' ? fmt++, true : false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue