NovaSquirrel / Mesen-SX

Homebrew development oriented fork of Mesen-S - a cross-platform (Windows & Linux) SNES emulator built in C++ and C#. Deprecated; see https://github.com/SourMesen/Mesen2/
GNU General Public License v3.0
92 stars 21 forks source link

[CycleCount] needs [Align] to see all digits #75

Open jeffythedragonslayer opened 2 years ago

jeffythedragonslayer commented 2 years ago

Tested with Pino's LoROM template.

In the Trace Logger, make sure the Override checkbox is checked. Then set the format field to:

[Align,1] CC:[CycleCount]

Observe that many digits and printed after "CC:"

Now set the format field to:

CC:[CycleCount]

Observe that at most only 3 digits are printed with no "CC:"