Enable DPI awareness on Windows

This commit is contained in:
Exzap 2023-09-28 10:02:12 +02:00
parent 21c1f84a87
commit 6217276681
2 changed files with 19 additions and 2 deletions

View file

@ -59,7 +59,8 @@ add_executable(CemuBin
if(WIN32)
target_sources(CemuBin PRIVATE
resource/cemu.rc
)
../dist/windows/cemu.manifest
)
endif()
set_property(TARGET CemuBin PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
@ -77,7 +78,7 @@ if (MACOS_BUNDLE)
set(MACOSX_BUNDLE_BUNDLE_NAME "Cemu")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${CMAKE_PROJECT_VERSION})
set(MACOSX_BUNDLE_BUNDLE_VERSION ${CMAKE_PROJECT_VERSION})
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 2022 Cemu Project")
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 2023 Cemu Project")
set(MACOSX_BUNDLE_CATEGORY "public.app-category.games")