Skip to content

Commit

Permalink
alright it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
GeffDev committed Jan 1, 2023
1 parent 3a2d4d6 commit 68a9cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A cross-platform Retro-Sonic datafile unpacker.

# TODO
- Speed up the `writeFile()` function
- Speed up the `writeFile()` function, it takes 9 seconds on my machine, built with `-Drelease-fast`

# How To Compile
- [Install the latest tagged release of the Zig Compiler](https://ziglang.org/learn/getting-started/)
Expand Down
2 changes: 2 additions & 0 deletions src/main.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const std = @import("std");
const v1 = @import("v1.zig");

pub const log_level: std.log.Level = .info;

pub fn main() !void {
var timer = try std.time.Timer.start();
try v1.unpackV1DataFile();
Expand Down

0 comments on commit 68a9cdc

Please sign in to comment.