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 @@ -41,6 +41,9 @@ compile_commands.json
!requirements.txt
*.exe

# *.nix (Nix related stuff that should not bother anyone else)
*.nix

# For saving work files into (like IDB)
temp/

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ endif()
CPMAddPackage(
NAME aurora
GITHUB_REPOSITORY encounter/aurora
GIT_TAG bd20b65d59c2bd119e078ee87a8b896cc82994d2
GIT_TAG 156f9a65e38db18a8fc93b30271703e58fa339f5
OPTIONS
"AURORA_ENABLE_GX OFF"
"AURORA_ENABLE_DVD ON"
Expand Down