mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
remove CMakeLists change
This commit is contained in:
parent
ccf4701546
commit
50e8998c2b
@ -15,10 +15,6 @@ if (NOT CMAKE_BUILD_TYPE)
|
|||||||
set(CMAKE_BUILD_TYPE Release)
|
set(CMAKE_BUILD_TYPE Release)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|
||||||
add_compile_definitions(_DEBUG)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
project(shadPS4)
|
project(shadPS4)
|
||||||
|
|
||||||
# Forcing PIE makes sure that the base address is high enough so that it doesn't clash with the PS4 memory.
|
# Forcing PIE makes sure that the base address is high enough so that it doesn't clash with the PS4 memory.
|
||||||
|
Loading…
Reference in New Issue
Block a user