mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-18 20:00:18 -06:00
add window icon
This commit is contained in:
@ -978,6 +978,7 @@ int main(int argc, char** argv)
|
||||
Platform::Init(argc, argv);
|
||||
|
||||
QApplication melon(argc, argv);
|
||||
melon.setWindowIcon(QIcon(":/melon-icon"));
|
||||
|
||||
// http://stackoverflow.com/questions/14543333/joystick-wont-work-using-sdl
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");
|
||||
|
Reference in New Issue
Block a user