Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ UpdateLuaConsole
Function
UpdateLuaConsole
src/drivers/win/luaconsole.cpp:328–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
void UpdateLuaConsole(const char* fname)
329
{
330
if (!LuaConsoleHWnd) return;
331
332
SetWindowText(GetDlgItem(LuaConsoleHWnd, IDC_EDIT_LUAPATH), fname);
333
}
Callers
2
FCEU_ReloadLuaCode
Function · 0.85
AppWndProc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected