mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Windows: Slight changes to ARM64 support.
* Disable NSIS installer if we're compiling for Windows ARM64. * Allow arbitrary files to be added as LOVE_EXTRA_DLLS
This commit is contained in:
@@ -262,11 +262,9 @@ std::vector<Window::ContextAttribs> Window::getContextAttribsList() const
|
||||
}
|
||||
}
|
||||
|
||||
if (!preferGLES)
|
||||
{
|
||||
const char *gleshint = SDL_GetHint("LOVE_GRAPHICS_USE_OPENGLES");
|
||||
const char *gleshint = SDL_GetHint("LOVE_GRAPHICS_USE_OPENGLES");
|
||||
if (gleshint != nullptr)
|
||||
preferGLES = (gleshint != nullptr && gleshint[0] != '0');
|
||||
}
|
||||
|
||||
// Do we want a debug context?
|
||||
bool debug = love::graphics::isDebugEnabled();
|
||||
|
||||
Reference in New Issue
Block a user