Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AsayuGit committed Aug 24, 2020
0 parents commit cf45fae
Show file tree
Hide file tree
Showing 708 changed files with 162,849 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
/build
*.dol
*.elf
/USBLoaderGX/meta.xml
8 changes: 8 additions & 0 deletions .vscode/USBLoaderGX.code-workspace
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
22 changes: 22 additions & 0 deletions .vscode/c_cpp_properties.json
@@ -0,0 +1,22 @@
{
"configurations": [
{
"name": "Wii",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/**",
"/opt/devkitpro/devkitPPC/include/**",
"/opt/devkitpro/portlibs/ppc/include/**",
"/opt/devkitpro/libogc/include/**",
"/opt/devkitpro/libogc/include/wiiuse/**",
"/opt/devkitpro/devkitPPC/powerpc-eabi/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu18",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

0 comments on commit cf45fae

Please sign in to comment.