From 5fec2602cff707f5732ac5d821e8bb18ff69ed79 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 12 May 2021 21:25:48 -0400 Subject: add ex086 async 3 --- patches/patches/086_async3.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 patches/patches/086_async3.patch (limited to 'patches') diff --git a/patches/patches/086_async3.patch b/patches/patches/086_async3.patch new file mode 100644 index 0000000..2e52b2b --- /dev/null +++ b/patches/patches/086_async3.patch @@ -0,0 +1,9 @@ +16c16,21 +< ??? +--- +> // Silly solution. You can also use a loop. +> resume foo_frame; +> resume foo_frame; +> resume foo_frame; +> resume foo_frame; +> resume foo_frame; -- cgit v1.2.3-ZIG