mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-06-02 01:30:07 -04:00
Fix icon packaging on Windows. (#42)
* Fix icon packaging on Windows. * Add icon variants.
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ ultramodern::renderer::WindowHandle create_window(ultramodern::gfx_callbacks_t::
|
||||
|
||||
window = SDL_CreateWindow("Banjo: Recompiled", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1600, 960, flags);
|
||||
#if defined(__linux__)
|
||||
SetImageAsIcon("icons/512.png",window);
|
||||
SetImageAsIcon("icons/app.png", window);
|
||||
#endif
|
||||
|
||||
if (window == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user