| 750 | } |
| 751 | |
| 752 | void CConsole::ExecuteScript(LPCSTR str) |
| 753 | { |
| 754 | string_path cmd; |
| 755 | xr_strconcat(cmd, "cfg_load ", str); |
| 756 | Execute(cmd); |
| 757 | |
| 758 | if (g_console_show_always) |
| 759 | Device.seqRender.Add(this, 1); |
| 760 | } |
| 761 | |
| 762 | // ------------------------------------------------------------------------------------------------- |
| 763 |
no test coverage detected