mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00:00
codeblocks
This commit is contained in:
parent
824d642eee
commit
b384ec7794
@ -25,7 +25,7 @@ $ rm -rf externals/sirit/externals
|
||||
Then edit `externals/sirit/CMakeLists.txt` and enable "Use system SPIR-V Headers".
|
||||
Like this:
|
||||
|
||||
```
|
||||
```c
|
||||
option(SIRIT_USE_SYSTEM_SPIRV_HEADERS "Use system SPIR-V headers" ON)
|
||||
```
|
||||
|
||||
@ -33,13 +33,13 @@ option(SIRIT_USE_SYSTEM_SPIRV_HEADERS "Use system SPIR-V headers" ON)
|
||||
|
||||
Open `externals/mbedtls/include/mbedtls/config.h` with a text editor and search for the following line:
|
||||
|
||||
```
|
||||
```cpp
|
||||
//#define MBEDTLS_CMAC_C
|
||||
```
|
||||
|
||||
You should uncomment that so it ends like this:
|
||||
|
||||
```
|
||||
```cpp
|
||||
#define MBEDTLS_CMAC_C
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user