blob: 94bde53728ff3eb38c0145f892a1d1e34683c74f (
plain) (
blame)
1
2
3
4
5
6
|
[BUNDLE] Add all wrapped libraries
Provide x86_64 and x86 libraries for all libraries that are wrapped. This helps in situations where most functions are not wrapped and may need to be emulated.
For reference:
- https://github.com/ptitSeb/box64/blob/main/src/library_list.h
- https://github.com/ptitSeb/box64/blob/main/src/library_list_32.h
|