Show game compatibility within yuzu
This commit is contained in:
parent
0d2435343a
commit
78653f7339
13 changed files with 196 additions and 7 deletions
|
@ -10,7 +10,7 @@ mkdir build && cd build
|
|||
export PATH=/usr/local/opt/ccache/libexec:$PATH
|
||||
ccache --show-stats > ccache_before
|
||||
cmake --version
|
||||
cmake .. -DYUZU_BUILD_UNICORN=ON -DCMAKE_BUILD_TYPE=Release
|
||||
cmake .. -DYUZU_BUILD_UNICORN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
||||
make -j4
|
||||
ccache --show-stats > ccache_after
|
||||
diff -U100 ccache_before ccache_after || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue