From 025c412f0ace2d4f6910766919cd9a590dd19fb9 Mon Sep 17 00:00:00 2001 From: StevenPhang22 Date: Mon, 28 Nov 2022 16:32:41 -0500 Subject: [PATCH] removed legacy comment --- src/lua-engine.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lua-engine.cpp b/src/lua-engine.cpp index 61c21fce..f889d58a 100644 --- a/src/lua-engine.cpp +++ b/src/lua-engine.cpp @@ -5466,9 +5466,6 @@ static int emugator_yieldwithflag(lua_State* L) luaYieldFlag = true; return lua_yield(L, 0); - - - // It's actually rather disappointing... }