Compare commits
2 Commits
671ca912b8
...
52adc4c930
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | 52adc4c930 | |
Rekai Nyangadzayi Musuka | 24def29fc8 |
|
@ -1,5 +1,4 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const builtin = @import("builtin");
|
|
||||||
const SDL = @import("sdl2");
|
const SDL = @import("sdl2");
|
||||||
const clap = @import("clap");
|
const clap = @import("clap");
|
||||||
const known_folders = @import("known_folders");
|
const known_folders = @import("known_folders");
|
||||||
|
@ -27,7 +26,6 @@ const sample_rate = @import("apu.zig").host_sample_rate;
|
||||||
pub const enable_logging: bool = false;
|
pub const enable_logging: bool = false;
|
||||||
const is_binary: bool = false;
|
const is_binary: bool = false;
|
||||||
const log = std.log.scoped(.GUI);
|
const log = std.log.scoped(.GUI);
|
||||||
pub const log_level = if (builtin.mode != .Debug) .info else std.log.default_level;
|
|
||||||
|
|
||||||
const correctTitle = @import("util.zig").correctTitle;
|
const correctTitle = @import("util.zig").correctTitle;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue