MCPcopy 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
328void UpdateLuaConsole(const char* fname)
329{
330 if (!LuaConsoleHWnd) return;
331
332 SetWindowText(GetDlgItem(LuaConsoleHWnd, IDC_EDIT_LUAPATH), fname);
333}

Callers 2

FCEU_ReloadLuaCodeFunction · 0.85
AppWndProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected