[Scummvm-git-logs] scummvm master -> 8ed733994f8a5cb38e41cfe3d2321a54486141e1

lephilousophe noreply at scummvm.org
Tue Sep 17 06:29:27 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8ed733994f VITA: Fix build


Commit: 8ed733994f8a5cb38e41cfe3d2321a54486141e1
    https://github.com/scummvm/scummvm/commit/8ed733994f8a5cb38e41cfe3d2321a54486141e1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-17T08:29:05+02:00

Commit Message:
VITA: Fix build

Changed paths:
    backends/plugins/psp2/psp2-provider.cpp


diff --git a/backends/plugins/psp2/psp2-provider.cpp b/backends/plugins/psp2/psp2-provider.cpp
index 3abb8d200f4..e94b384f9d7 100644
--- a/backends/plugins/psp2/psp2-provider.cpp
+++ b/backends/plugins/psp2/psp2-provider.cpp
@@ -54,6 +54,7 @@ void *forceLinkFunctions[] = {
 	(void *)tanhf,
 	(void *)vsprintf,
 	(void *)wcstombs,
+	(void *)__cxxabiv1::__cxa_bad_cast,
 	(void *)__cxxabiv1::__cxa_finalize,
 	(void *)__cxxabiv1::__cxa_guard_acquire,
 	(void *)__cxxabiv1::__cxa_guard_release,




More information about the Scummvm-git-logs mailing list