Playertest: scene/script system refactor and Wii ABI fix
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
#pragma once
|
||||
#include "script/scriptcontext.h"
|
||||
|
||||
void modulePlatformDolphin(scriptcontext_t *ctx) {
|
||||
scriptContextExec(ctx, "DOLPHIN = true\n");
|
||||
static void modulePlatformDolphin(lua_State *L) {
|
||||
luaL_dostring(L, "DOLPHIN = true\n");
|
||||
}
|
||||
Reference in New Issue
Block a user