We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73679f8 commit 6f12a24Copy full SHA for 6f12a24
001-patch.diff
@@ -81,21 +81,3 @@ index 553b99a2..f9f51921 100644
81
SUPPORT_SRCS += $(wildcard third_party/iec-60908b/*.c)
82
OBJECTS := third_party/luajit/src/libluajit.a
83
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