yuzu.rc 638 B

12345678910111213141516171819202122
  1. // SPDX-FileCopyrightText: 2018 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #include "winresrc.h"
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Icon
  7. //
  8. // Icon with lowest ID value placed first to ensure application icon
  9. // remains consistent on all systems.
  10. // QT requires that the default application icon is named IDI_ICON1
  11. IDI_ICON1 ICON "../../dist/yuzu.ico"
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // RT_MANIFEST
  15. //
  16. 0 RT_MANIFEST "../../dist/yuzu.manifest"