Skip to content

Commit

Permalink
Fix vWii and USB
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Mar 10, 2022
1 parent 214984f commit 84ea596
Show file tree
Hide file tree
Showing 52 changed files with 88 additions and 14,534 deletions.
16 changes: 16 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"malloc.h": "c",
"cstdarg": "cpp",
"parser.h": "c",
"cstdlib": "c"
"cstdlib": "c",
"array": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"utility": "cpp",
"*.tcc": "cpp",
"string": "cpp",
"cerrno": "cpp",
"random": "cpp"
}
}
96 changes: 0 additions & 96 deletions libxml2/include/libxml/DOCBparser.h

This file was deleted.

Loading

0 comments on commit 84ea596

Please sign in to comment.