Merge pull request #2124 from Cxbx-Reloaded/revert-2122-high-perf-graphics-ldr
Revert "Export high performance graphics hints in cxbxr-ldr.exe"
This commit is contained in:
commit
8c1ee7d755
|
@ -226,6 +226,7 @@ file (GLOB CXBXR_SOURCE_COMMON
|
|||
"${CXBXR_ROOT_DIR}/src/common/xdvdfs-tools/buffered_io.cpp"
|
||||
"${CXBXR_ROOT_DIR}/src/common/xdvdfs-tools/xdvdfs.cpp"
|
||||
"${CXBXR_ROOT_DIR}/src/CxbxVersion.cpp"
|
||||
"${CXBXR_ROOT_DIR}/src/HighPerformanceGraphicsEnabler.c"
|
||||
)
|
||||
|
||||
# GUI v1
|
||||
|
@ -246,11 +247,6 @@ file (GLOB CXBXR_SOURCE_GUIv1
|
|||
"${CXBXR_ROOT_DIR}/src/gui/WndMain.cpp"
|
||||
)
|
||||
|
||||
# Executables (cxbx and cxbxr-ldr)
|
||||
file (GLOB CXBXR_SOURCE_EXECUTABLES
|
||||
"${CXBXR_ROOT_DIR}/src/HighPerformanceGraphicsEnabler.c"
|
||||
)
|
||||
|
||||
# Emulator (module)
|
||||
# TODO: Merge CXBXR_KRNL_CPP into CXBXR_SOURCE_EMU once cxbx project is removed.
|
||||
file (GLOB CXBXR_KRNL_CPP
|
||||
|
|
|
@ -87,7 +87,6 @@ source_group(TREE ${CXBXR_ROOT_DIR}/src PREFIX source FILES
|
|||
${CXBXR_SOURCE_GUIv1}
|
||||
${CXBXR_SOURCE_COMMON}
|
||||
${CXBXR_SOURCE_EMU}
|
||||
${CXBXR_SOURCE_EXECUTABLES}
|
||||
)
|
||||
|
||||
source_group(TREE ${CXBXR_ROOT_DIR} FILES ${RESOURCES})
|
||||
|
@ -99,7 +98,6 @@ add_executable(cxbx WIN32 ${RESOURCES}
|
|||
${CXBXR_SOURCE_GUIv1}
|
||||
${CXBXR_SOURCE_COMMON}
|
||||
${CXBXR_SOURCE_EMU}
|
||||
${CXBXR_SOURCE_EXECUTABLES}
|
||||
${CXBXR_GIT_VERSION_H}
|
||||
)
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ file (GLOB SOURCES
|
|||
"${CXBXR_ROOT_DIR}/src/common/AddressRanges.cpp"
|
||||
"${CXBXR_ROOT_DIR}/src/common/ReserveAddressRanges.cpp"
|
||||
"${CXBXR_ROOT_DIR}/src/loader/cxbxr-ldr.cpp"
|
||||
${CXBXR_SOURCE_EXECUTABLES}
|
||||
)
|
||||
|
||||
source_group(TREE ${CXBXR_ROOT_DIR}/src PREFIX header FILES ${HEADERS})
|
||||
|
|
Loading…
Reference in New Issue