diff --git a/bugs/missingFunctions.txt b/bugs/missingFunctions.txt index a538acc..2f46f32 100644 --- a/bugs/missingFunctions.txt +++ b/bugs/missingFunctions.txt @@ -8,8 +8,10 @@ Theres no auto ROM installer app install hack needs to be removed when SD card works double pressing power button issue QSettings is broken on Windows(this prevents loading the ROM) +Mac Qt build has no icons Fixed: +Windows Qt build has no icons When running OS commands through callFunction() it can crash Nothing can be installed(theres no memory card, hotsync emulation or direct installation hack) Running at 100% speed causes crashes diff --git a/qtBuildSystem/Mu/Mu.pro b/qtBuildSystem/Mu/Mu.pro index a454934..114a927 100644 --- a/qtBuildSystem/Mu/Mu.pro +++ b/qtBuildSystem/Mu/Mu.pro @@ -34,6 +34,7 @@ macx { } windows { + RC_ICONS = windows/palm.ico QMAKE_CFLAGS += -openmp QMAKE_CXXFLAGS += -openmp DEFINES += "_Pragma=__pragma" diff --git a/qtBuildSystem/Mu/windows/palm.ico b/qtBuildSystem/Mu/windows/palm.ico new file mode 100644 index 0000000..00fbdbf Binary files /dev/null and b/qtBuildSystem/Mu/windows/palm.ico differ