Add .inc file association to recommended settings

This commit is contained in:
LagoLunatic
2023-09-21 17:18:00 -04:00
parent 13267d90cb
commit 54e41169c5
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ Building
```
git clone https://github.com/zeldaret/tww.git
```
- Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GZLE01` (or `GZLJ01` for JPN, `GZLE01` for PAL).
- Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GZLE01` (or `GZLJ01` for JPN, `GZLP01` for PAL).
![](assets/dolphin-extract.png)
- To save space, the only necessary files are the following. Any others can be deleted.
- `sys/main.dol`
+3
View File
@@ -21,6 +21,9 @@ Recommended `.vscode/settings.json`:
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.associations": {
"*.inc": "cpp",
},
"search.useIgnoreFiles": false,
"search.exclude": {
"build/*/config.json": true,
+2 -2
View File
@@ -6,8 +6,8 @@
* This file is not a standalone translation unit and is instead directly
* included into d_a_player_main.cpp.
*
* The original name of this file is known because of an assert contained within
* a function from this file.
* The original name of this file is not known, but a best guess was taken
* based on the original names of the classes it contains.
*/
#include "dolphin/types.h"