2022-05-15 02:06:02 +02:00
|
|
|
// SPDX-FileCopyrightText: 2018 yuzu Emulator Project
|
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
2017-08-31 18:37:11 -04:00
|
|
|
#include "winresrc.h"
|
2015-05-25 19:00:43 +02:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Icon
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
|
|
|
// remains consistent on all systems.
|
2025-04-13 01:15:36 +01:00
|
|
|
YUZU_ICON ICON "../../dist/eden.ico"
|
2015-05-25 19:00:43 +02:00
|
|
|
|
2017-08-31 18:37:11 -04:00
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// RT_MANIFEST
|
|
|
|
|
//
|
|
|
|
|
|
2020-06-21 03:11:23 +02:00
|
|
|
0 RT_MANIFEST "../../dist/yuzu.manifest"
|