mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Improvements to Pandora. Thanks to ptitSeb.
This commit is contained in:
parent
87a78f2e65
commit
8d8cad4fd6
@ -112,6 +112,8 @@ endif()
|
||||
|
||||
if(PANDORA)
|
||||
add_definitions(-DPANDORA)
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -flto -fuse-linker-plugin")
|
||||
add_definitions(-mcpu=cortex-a8 -march=armv7-a -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -mno-unaligned-access)
|
||||
endif()
|
||||
|
||||
if(ARM)
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 3f9301d449a9a291b390abe9a2dd0d0d8a71c997
|
||||
Subproject commit 30802a1120b9c2d9a4e4d17d2b1a539e9684332c
|
Loading…
Reference in New Issue
Block a user