1
0
mirror of synced 2024-09-23 19:18:21 +02:00

Included additional building steps (#679)

This commit is contained in:
Valentino Stillhardt 2023-12-01 20:17:35 -03:00 committed by GitHub
parent c7f5356bb5
commit 9f770012f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,8 @@ To build make sure you have Visual Studio installed (I use 2017, older versions
In the event that the tool cannot compile, check references. All the libraries used are stored in Switch-Toolbox/Lib folder.
Also, while compiling, Visual Studio might throw errors about files coming from external sources (ie. the web) and will therefore fail to read and compile them. In this event, go into the project root folder and run: `Get-ChildItem -Path "C:\\Full\\Path\\To\\Folder" -Recurse | Unblock-File`.
## Credits
- Smash Forge Devs (SMG, Ploaj, jam1garner, smb123w64gb, etc.) for some code ported over, specifically animation stuff, ETC1 encoder and some rendering.