Compare commits
2 Commits
52adc4c930
...
671ca912b8
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | 671ca912b8 | |
Rekai Nyangadzayi Musuka | b167abc58a |
|
@ -1,4 +1,5 @@
|
||||||
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");
|
||||||
|
@ -26,6 +27,7 @@ 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