mirror of
https://github.com/bryanperris/cor64.git
synced 2025-04-02 10:31:54 -04:00
* Mupen64Plus demo runs with LLE RDP (many rendering glitches), works well with gliden64 plugin * Little-endian model now supported and works (required for gliden64 plugin) * Added glideN64 plugin support (custom version only for cor64) * Can render with HLE graphics or LLE graphics * Some fixes for BassSharp * Boot related fixes * Better way to manage CSharp defines * Memory improvements, fixes * TLB now works * FPU Fixes * PIF controller basics are working now such as controller input * Added some debug functions to the madcat rdp * Remove hosting the test roms in the repo * Started work on workbench scripting with IronPython * Unit test fixes * a snippet of IPL2 is assembled on the fly required for 6105 booting * Other fixes, etc.
98 lines
No EOL
2.7 KiB
Text
98 lines
No EOL
2.7 KiB
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
"*.tcc": "c",
|
|
"istream": "c",
|
|
"typeinfo": "c",
|
|
"array": "c",
|
|
"atomic": "c",
|
|
"deque": "c",
|
|
"string": "c",
|
|
"vector": "c",
|
|
"algorithm": "c",
|
|
"memory_resource": "c",
|
|
"string_view": "c",
|
|
"memory": "c",
|
|
"random": "c",
|
|
"fstream": "c",
|
|
"initializer_list": "c",
|
|
"sstream": "c",
|
|
"stdexcept": "c",
|
|
"tuple": "c",
|
|
"type_traits": "c",
|
|
"utility": "c",
|
|
"bit": "c",
|
|
"new": "c",
|
|
"ranges": "cpp",
|
|
"module.h": "c",
|
|
"*.inc": "c",
|
|
"rsp.h": "c",
|
|
"my_types.h": "c",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"hash_map": "cpp",
|
|
"bitset": "cpp",
|
|
"chrono": "cpp",
|
|
"compare": "cpp",
|
|
"complex": "cpp",
|
|
"concepts": "cpp",
|
|
"condition_variable": "cpp",
|
|
"cstdint": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"exception": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"ratio": "cpp",
|
|
"system_error": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"limits": "cpp",
|
|
"mutex": "cpp",
|
|
"numbers": "cpp",
|
|
"ostream": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"stop_token": "cpp",
|
|
"streambuf": "cpp",
|
|
"thread": "cpp",
|
|
"cinttypes": "cpp",
|
|
"semaphore": "cpp",
|
|
"regex": "cpp",
|
|
"iomanip": "cpp",
|
|
"version": "cpp"
|
|
},
|
|
"dotnet-test-explorer.testProjectPath": "src/Tests/*.csproj",
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"formulahendry.dotnet-test-explorer",
|
|
"fudge.auto-using",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"ms-vscode.cpptools-themes",
|
|
"nuke.support",
|
|
"ms-vscode.cmake-tools",
|
|
"jeff-hykin.better-cpp-syntax",
|
|
"ms-dotnettools.csharp"
|
|
]
|
|
}
|
|
} |