Merge pull request #5468 from citra-emu/zhaowenlan1779-patch-1

Update scan_dll.py
This commit is contained in:
Pengfei Zhu 2020-07-22 23:13:00 +08:00 committed by GitHub
commit c3673ac9cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ KNOWN_SYS_DLLS = ['WINMM.DLL', 'MSVCRT.DLL', 'VERSION.DLL', 'MPR.DLL',
DLL_PATH = [
'/usr/x86_64-w64-mingw32/bin/',
'/usr/x86_64-w64-mingw32/lib/',
'/usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/'
'/usr/lib/gcc/x86_64-w64-mingw32/9.3-posix/'
]
missing = []