mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Updated Qt .pro's for latest files
This commit is contained in:
parent
0b187bb8b6
commit
392f6604f3
@ -80,9 +80,11 @@ SOURCES += ../Core/MIPS/ARM/Asm.cpp \ #CoreARM
|
||||
../Core/HLE/sceSsl.cpp \
|
||||
../Core/HLE/scesupPreAcc.cpp \
|
||||
../Core/HLE/sceUmd.cpp \
|
||||
../Core/HLE/sceUsb.cpp \
|
||||
../Core/HLE/sceUtility.cpp \
|
||||
../Core/HLE/sceVaudio.cpp \
|
||||
../Core/HW/MemoryStick.cpp \
|
||||
../Core/HW/SasAudio.cpp \
|
||||
../Core/Host.cpp \
|
||||
../Core/Loaders.cpp \
|
||||
../Core/MIPS/JitCommon/JitCommon.cpp \
|
||||
@ -186,9 +188,11 @@ HEADERS += ../Core/MIPS/ARM/Asm.h \
|
||||
../Core/HLE/sceSsl.h \
|
||||
../Core/HLE/scesupPreAcc.h \
|
||||
../Core/HLE/sceUmd.h \
|
||||
../Core/HLE/sceUsb.h \
|
||||
../Core/HLE/sceUtility.h \
|
||||
../Core/HLE/sceVaudio.h \
|
||||
../Core/HW/MemoryStick.h \
|
||||
../Core/HW/SasAudio.h \
|
||||
../Core/Host.h \
|
||||
../Core/Loaders.h \
|
||||
../Core/MIPS/JitCommon/JitCommon.h \
|
||||
|
@ -189,6 +189,6 @@ QMAKE_CXXFLAGS += -std=c++0x -Wno-unused-function -Wno-unused-variable -Wno-mult
|
||||
DEFINES += ARM USING_GLES2
|
||||
blackberry: DEFINES += BLACKBERRY BLACKBERRY10
|
||||
symbian: {
|
||||
QMAKE_CXXFLAGS += -march=armv6 -mfpu=vfp -mfloat-abi=softfp -marm -Wno-parentheses -Wno-comment
|
||||
DEFINES += SYMBIAN
|
||||
QMAKE_CXXFLAGS += -march=armv6 -mfpu=vfp -mfloat-abi=softfp -marm -Wno-parentheses -Wno-comment
|
||||
DEFINES += SYMBIAN
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ symbian: {
|
||||
assets.sources = ../android/assets/ui_atlas.zim ../android/assets/ppge_atlas.zim
|
||||
assets.path = E:/PPSSPP
|
||||
DEPLOYMENT += my_deployment assets
|
||||
ICON = ../assets/icon.svg
|
||||
ICON = ../assets/icon.svg
|
||||
# 268MB maximum
|
||||
TARGET.EPOCHEAPSIZE = 0x40000 0x10000000
|
||||
TARGET.EPOCSTACKSIZE = 0x10000
|
||||
|
Loading…
Reference in New Issue
Block a user