mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Removed fpermissive flag.
This commit is contained in:
parent
ab1e6f3f53
commit
ad735f019c
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ elseif(UNIX)
|
|||
add_definitions(-DVK_USE_PLATFORM_XLIB_KHR) # legacy. Do we need to support XLIB surfaces?
|
||||
add_definitions(-DVK_USE_PLATFORM_XCB_KHR)
|
||||
endif()
|
||||
add_definitions(-fpermissive)
|
||||
add_definitions(-maes)
|
||||
# warnings
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
|
|
|
@ -984,7 +984,7 @@ float get_##__regname() const \
|
|||
SRF_MODE_NO_ZERO = 1,
|
||||
};
|
||||
|
||||
using E_ENDIAN_SWAP = E_ENDIAN_SWAP;
|
||||
// using E_ENDIAN_SWAP = E_ENDIAN_SWAP;
|
||||
|
||||
enum class E_SEL
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue