aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_hardflip.go
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-28 14:54:59 +0200
committerjoe <rbo@gmx.us>2025-08-28 14:54:59 +0200
commit73a47d08a806f5c6d2eb1e6fa2201f7750d10118 (patch)
treee618fcaaa58a5080bb2127ccfef9d73037b050ae /src/c_hardflip.go
parentye (diff)
downloadhardflip-73a47d08a806f5c6d2eb1e6fa2201f7750d10118.tar.gz
hardflip-73a47d08a806f5c6d2eb1e6fa2201f7750d10118.tar.bz2
hardflip-73a47d08a806f5c6d2eb1e6fa2201f7750d10118.tar.xz
hardflip-73a47d08a806f5c6d2eb1e6fa2201f7750d10118.tar.zst
hardflip-73a47d08a806f5c6d2eb1e6fa2201f7750d10118.zip
wip
Diffstat (limited to 'src/c_hardflip.go')
-rw-r--r--src/c_hardflip.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/c_hardflip.go b/src/c_hardflip.go
index 948a7f9..a50a9ae 100644
--- a/src/c_hardflip.go
+++ b/src/c_hardflip.go
@@ -80,5 +80,9 @@ func main() {
}
data_dir := c_get_data_dir(nil)
data := c_init_hard(data_dir, n_arg, s_arg)
+ if s_arg == true {
+ c_fuzz(data, &data.ui)
+ // TODO: exec instantly here
+ }
i_ui(data)
}