mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Better formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user