From e8a92941b0bf045fa7c330e759712968bd0c334e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 10 Oct 2022 20:03:50 -0700 Subject: 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. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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); -- cgit v1.2.3