mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-07 07:04:57 -06:00
another revert
This commit is contained in:
parent
37683f5e94
commit
d68eb4712d
6
BUILD.md
6
BUILD.md
@ -262,6 +262,6 @@ Example usage: `cmake -S . -B build -DCMAKE_BUILD_TYPE=release -DENABLE_SDL=ON -
|
|||||||
| ENABLE_WAYLAND | Enable Wayland support | ON |
|
| ENABLE_WAYLAND | Enable Wayland support | ON |
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
| Flag | Description | Default |
|
| Flag | Description | Default |
|
||||||
|---------------------|------------------------------------------------------|---------|
|
|--------------|------------------------------------------------|---------|
|
||||||
| MACOS_BUNDLE | macOS executable will be an application bundle | OFF |
|
| MACOS_BUNDLE | MacOS executable will be an application bundle | OFF |
|
||||||
|
|||||||
@ -194,7 +194,7 @@ endif()
|
|||||||
if (ENABLE_METAL)
|
if (ENABLE_METAL)
|
||||||
include_directories(${CMAKE_SOURCE_DIR}/dependencies/metal-cpp)
|
include_directories(${CMAKE_SOURCE_DIR}/dependencies/metal-cpp)
|
||||||
|
|
||||||
add_definitions(-DENABLE_METAL=1)
|
add_definitions(-DENABLE_METAL=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_DISCORD_RPC)
|
if (ENABLE_DISCORD_RPC)
|
||||||
|
|||||||
@ -32,7 +32,7 @@ elseif(UNIX)
|
|||||||
add_compile_options(-Wno-ambiguous-reversed-operator)
|
add_compile_options(-Wno-ambiguous-reversed-operator)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_compile_options(-Wno-multichar -Wno-invalid-offsetof -Wno-switch -Wno-ignored-attributes -Wno-deprecated-enum-enum-conversion)
|
add_compile_options(-Wno-multichar -Wno-invalid-offsetof -Wno-switch -Wno-ignored-attributes -Wno-deprecated-enum-enum-conversion)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_compile_definitions(VK_NO_PROTOTYPES)
|
add_compile_definitions(VK_NO_PROTOTYPES)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user