chore: cleanup main

This commit is contained in:
2022-05-23 12:38:44 -03:00
parent 24a8905c29
commit f130d1991c
3 changed files with 73 additions and 66 deletions

View File

@@ -17,7 +17,7 @@ pub inline fn rotr(comptime T: type, x: T, r: anytype) T {
return x >> ar | x << (1 +% ~ar);
}
pub const EmulatorFps = struct {
pub const FpsTracker = struct {
const Self = @This();
fps: u32,