- Consolidate development files into final implementation - Replace basic prototypes with full feature implementations - Add complete hash-based save data access system - Implement advanced map pin management algorithms - Add comprehensive error handling and user feedback - Complete Korok seed database with all 908 locations
21 lines
No EOL
526 B
JSON
21 lines
No EOL
526 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"/opt/devkitpro/libnx/include",
|
|
"/opt/devkitpro/devkitA64/aarch64-none-elf/include",
|
|
"/home/rob/Code/botw-completer/build",
|
|
"/home/rob/Code/botw-completer/include"
|
|
],
|
|
"defines": [
|
|
"__SWITCH__"
|
|
],
|
|
"intelliSenseMode": "gcc-arm64",
|
|
"compilerPath": "/opt/devkitpro/devkitA64/bin/aarch64-none-elf-gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |