summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-10-10 20:03:50 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-11-29 13:16:47 -0800
commite8a92941b0bf045fa7c330e759712968bd0c334e (patch)
tree8f59e8880a5f780a8a3cea2dc13b85f9f6d7ec74 /src/main.c
parent880eee92ca294c5367c859ab5e14338aa6838637 (diff)
libplay: bump libplay version for play_run_slice()
Emscripten integration will want this function. A few mechanical changes required to catch up with upstream libplay API changes as well.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b21dc58..c54e18c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{
play_t *play;
- play = play_startup(argc, argv, ops);
+ play = play_startup(argc, argv, 0, ops);
play_run(play);
© All Rights Reserved