Skip to content

Commit 6f12a24

Browse files
Nix: Re-enable Lua
1 parent 73679f8 commit 6f12a24

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

001-patch.diff

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,3 @@ index 553b99a2..f9f51921 100644
8181
SUPPORT_SRCS += $(wildcard third_party/iec-60908b/*.c)
8282
OBJECTS := third_party/luajit/src/libluajit.a
8383

84-
diff --git a/src/main/main.cc b/src/main/main.cc
85-
index 850617ee..cecc64f4 100644
86-
--- a/src/main/main.cc
87-
+++ b/src/main/main.cc
88-
@@ -364,11 +364,12 @@ runner.init({
89-
luacovEnabled = false;
90-
}
91-
}
92-
+/*
93-
emulator->setLua();
94-
s_ui->setLua(*emulator->m_lua);
95-
emulator->m_spu->setLua(*emulator->m_lua);
96-
assert(emulator->m_lua->gettop() == 0);
97-
-
98-
+*/
99-
// Starting up the whole emulator; we delay setting the GPU only now because why not.
100-
auto &emuSettings = emulator->settings;
101-
emulator->m_spu->open();

0 commit comments

Comments
 (0)