mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
VITA: Hopefully really fix the build
This commit is contained in:
parent
6ff49a0c86
commit
f156e3a0c2
@ -57,9 +57,9 @@ void *forceLinkFunctions[] = {
|
||||
(void *)vsprintf,
|
||||
(void *)wcstombs,
|
||||
(void *)__cxxabiv1::__cxa_finalize,
|
||||
(void *)__cxa_guard_acquire,
|
||||
(void *)__cxa_guard_release,
|
||||
(void *)__cxa_guard_abort
|
||||
(void *)__cxxabiv1::__cxa_guard_acquire,
|
||||
(void *)__cxxabiv1::__cxa_guard_release,
|
||||
(void *)__cxxabiv1::__cxa_guard_abort
|
||||
};
|
||||
|
||||
class PSP2Plugin final : public Plugin {
|
||||
|
Loading…
x
Reference in New Issue
Block a user