mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 17:05:48 -04:00

- Added DSiWare detection - Start INI Work for DSiWare. PUB and PRV save creation not added yet. - Only modify VRAM if running on a flashcart (resolved Giana Sisters DS regression) - Remove Card DMA configuration to align with nds-bootstrap removing it as a configurable value - Show a message to the user if using akmenu-next for the first time
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"string": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iosfwd": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"numbers": "cpp",
|
|
"ostream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"cinttypes": "cpp",
|
|
"typeinfo": "cpp",
|
|
"charconv": "cpp",
|
|
"ctime": "cpp",
|
|
"format": "cpp",
|
|
"span": "cpp",
|
|
"text_encoding": "cpp",
|
|
"variant": "cpp",
|
|
"nds.h": "c",
|
|
"maxmod9.h": "c"
|
|
}
|
|
} |