diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-06 16:09:38 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-06 16:09:38 +0100 |
| commit | cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93 (patch) | |
| tree | 8c593a4fdcee1193afbdaa6ba5624fd8ad334ee2 /src/library_list.h | |
| parent | cb2cf7c9b1deda43323877caa429f65caefeab3a (diff) | |
| download | box64-cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93.tar.gz box64-cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93.zip | |
Added a few wrapped function and fixed some other (for Steam)
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index 30f8efff..bba625f8 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -396,4 +396,4 @@ GO("libandroid-support.so", androidsupport) GO("ld-linux-x86-64.so.2", ldlinux) //GO("libunwind.so.8", unwind) -GO("crashhandler.so", crashhandler) +//GO("crashhandler.so", crashhandler) |