Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Oct 9, 2023
1 parent 72b05f3 commit a142731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libretro/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void melonds::render::Initialize(Renderer renderer) {
}
#else
_CurrentRenderer = Renderer::Software;
log(RETRO_LOG_INFO, "OpenGL is not supported by this build, using software renderer");
retro::info("OpenGL is not supported by this build, using software renderer");
#endif
}

Expand Down

0 comments on commit a142731

Please sign in to comment.