fix compiling without JIT

This commit is contained in:
Nadia Holmquist Pedersen
2024-11-19 00:34:16 +01:00
parent 317b91533b
commit c4f7c1bff7
2 changed files with 7 additions and 2 deletions

View File

@ -857,7 +857,7 @@ void MainWindow::createScreenPanel()
// Check that creating the context hasn't failed
if (panelGL->createContext() == false)
{
Log(LogLevel::Error, "Failed to create OpenGL context, falling back to Software Renderer.\n");
Log(Platform::LogLevel::Error, "Failed to create OpenGL context, falling back to Software Renderer.\n");
hasOGL = false;
globalCfg.SetBool("Screen.UseGL", false);