corrected level fn registering; initial move to sokol_audio w/ 32bit float sound [57d84de51f509035]

This commit is contained in:
2023-08-29 22:11:36 +00:00
parent a3c6292eb2
commit 6dbfb2afd3
15 changed files with 108 additions and 190303 deletions

View File

@@ -31,8 +31,6 @@
#include "HandmadeMath.h"
#include "miniaudio.h"
static JSValue globalThis;
#define BYTE_TO_BINARY_PATTERN "%c%c%c%c%c%c%c%c"
@@ -1179,7 +1177,7 @@ JSValue duk_sys_cmd(JSContext *js, JSValueConst this, int argc, JSValueConst *ar
break;
case 2:
sim_stop();
sim_pause();
break;
case 3: