Better formatting

This commit is contained in:
momo5502
2025-10-26 18:48:51 +01:00
parent 3bf037876c
commit 98eb1f92d1

View File

@@ -358,8 +358,9 @@ namespace syscalls
{
if (performance_counter)
{
performance_counter.access(
[&](LARGE_INTEGER& value) { value.QuadPart = c.win_emu.clock().steady_now().time_since_epoch().count(); });
performance_counter.access([&](LARGE_INTEGER& value) {
value.QuadPart = c.win_emu.clock().steady_now().time_since_epoch().count(); //
});
}
if (performance_frequency)