Skip to content

Commit

Permalink
Laser pointer colors, Qos support, Glow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
im-henri committed Aug 30, 2021
1 parent 136d390 commit c20a6e4
Show file tree
Hide file tree
Showing 27 changed files with 28,896 additions and 105 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"xstddef": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
"xutility": "cpp",
"__functional_base_03": "cpp"
}
}
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ LOCAL_SHARED_LIBRARIES += codegen_0_12_5
LOCAL_SHARED_LIBRARIES += questui
LOCAL_SHARED_LIBRARIES += custom-types
LOCAL_LDLIBS += -llog
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"QonsistentSaberColors"' -DVERSION='"1.0.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"QonsistentSaberColors"' -DVERSION='"1.1.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include' -frtti
LOCAL_CPPFLAGS += -std=c++2a
LOCAL_C_INCLUDES += ./include ./src
include $(BUILD_SHARED_LIBRARY)
Binary file added Background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14,466 changes: 14,466 additions & 0 deletions QonsistentSaberColors.log

Large diffs are not rendered by default.

7,416 changes: 7,416 additions & 0 deletions QonsistentSaberColorsParsed.log

Large diffs are not rendered by default.

Loading

0 comments on commit c20a6e4

Please sign in to comment.