mirror of
https://github.com/ihaveamac/custom-install.git
synced 2026-07-22 15:47:01 +00:00
2d78e0bc32
3ds.h currently prints a Warning when it detects the usage of compilation flags -DARM11 -D_3DS, stating that -D__3DS__ should be used in their stead. See https://github.com/devkitPro/libctru/commit/48967dc417deca60592e4137084f74a27411913f
23 lines
198 B
Plaintext
23 lines
198 B
Plaintext
.vscode/
|
|
bin/linux/save3ds_fuse
|
|
cstins/
|
|
testing-class.py
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
|
|
# Python
|
|
venv/
|
|
**/__pycache__/
|
|
*.pyc
|
|
|
|
# JetBrains
|
|
.idea/
|
|
=======
|
|
|
|
*.pyc
|
|
/build/
|
|
/dist/
|
|
/custom-install-finalize.3dsx
|