[Scummvm-git-logs] scummvm master -> 2fdd7ce9d073716667e3e3e6ff7c44ddad4bb9b1

lephilousophe noreply at scummvm.org
Thu Dec 28 17:18:48 UTC 2023


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:
2fdd7ce9d0 VITA: Add missing function for plugins


Commit: 2fdd7ce9d073716667e3e3e6ff7c44ddad4bb9b1
    https://github.com/scummvm/scummvm/commit/2fdd7ce9d073716667e3e3e6ff7c44ddad4bb9b1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-12-28T18:18:31+01:00

Commit Message:
VITA: Add missing function for plugins

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 b9aec769b88..2b41845a093 100644
--- a/backends/plugins/psp2/psp2-provider.cpp
+++ b/backends/plugins/psp2/psp2-provider.cpp
@@ -56,7 +56,10 @@ void *forceLinkFunctions[] = {
 	(void *)tanhf,
 	(void *)vsprintf,
 	(void *)wcstombs,
-	(void *)__cxxabiv1::__cxa_finalize
+	(void *)__cxxabiv1::__cxa_finalize,
+	(void *)__cxa_guard_acquire,
+	(void *)__cxa_guard_release,
+	(void *)__cxa_guard_abort
 };
 
 class PSP2Plugin final : public Plugin {




More information about the Scummvm-git-logs mailing list