Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ cmake-build-*
xcuserdata
*.xcworkspace

# for VSCode
/.vscode

# for QtCreator
CMakeLists.txt.user
build*/
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ if(WIIU)
# Prefer coreinit atomics on Wii U due to a hardware bug in load-exclusive and store-exclusive instructions
set(OPT_DEF_GCC_ATOMICS OFF)
# Needed for nn::swkbd API
enable_language(CXX)
set(LINKER_LANGUAGE CXX)
set (CMAKE_CXX_STANDARD 23)
endif()
Expand Down
Loading