diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-09-17 23:43:13 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-09-19 06:31:43 +0200 |
commit | 7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d (patch) | |
tree | 46330d2177ac100659f94c2dec3104f38e360115 /src | |
parent | android: Don't pause emulation when entering PiP (diff) | |
download | yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.tar yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.tar.gz yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.tar.bz2 yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.tar.lz yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.tar.xz yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.tar.zst yuzu-7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/android/.gitignore b/src/android/.gitignore index 121cc8484..ff7121acd 100644 --- a/src/android/.gitignore +++ b/src/android/.gitignore @@ -63,3 +63,6 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md + +# Autogenerated library for vulkan validation layers +libVkLayer_khronos_validation.so |